30 lines
931 B
TOML
30 lines
931 B
TOML
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
|
#
|
|
# When uploading crates to the registry Cargo will automatically
|
|
# "normalize" Cargo.toml files for maximal compatibility
|
|
# with all versions of Cargo and also rewrite `path` dependencies
|
|
# to registry (e.g., crates.io) dependencies.
|
|
#
|
|
# If you are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
edition = "2018"
|
|
name = "atomic"
|
|
version = "0.5.1"
|
|
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
|
|
description = "Generic Atomic<T> wrapper type"
|
|
documentation = "https://amanieu.github.io/atomic-rs/atomic/index.html"
|
|
readme = "README.md"
|
|
keywords = ["atomic", "no_std"]
|
|
license = "Apache-2.0/MIT"
|
|
repository = "https://github.com/Amanieu/atomic-rs"
|
|
[build-dependencies.autocfg]
|
|
version = "1"
|
|
|
|
[features]
|
|
default = ["fallback"]
|
|
fallback = []
|
|
std = []
|