cargo : atomic @ 0.6.1
Cargo.toml
62 lines · 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.6.1"authors = ["Amanieu d'Antras <amanieu@gmail.com>"]build = falseautolib = falseautobins = falseautoexamples = falseautotests = falseautobenches = falsedescription = "Generic Atomic<T> wrapper type"readme = "README.md"keywords = [ "atomic", "no_std",]license = "Apache-2.0/MIT"repository = "https://github.com/Amanieu/atomic-rs"[features]default = ["fallback"]fallback = []nightly = []serde = ["dep:serde"]std = [][lib]name = "atomic"path = "src/lib.rs"[dependencies.bytemuck]version = "1.13.1"[dependencies.serde]version = "1.0.219"optional = truedefault-features = false[dev-dependencies.bytemuck]version = "1.13.1"features = ["derive"][dev-dependencies.serde]version = "1.0.219"features = ["derive"]default-features = false[dev-dependencies.serde_json]version = "1.0.140"