# 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] name = "atomic-traits" version = "0.4.0" authors = ["Flier Lu "] description = "The traits for generic atomic operations" homepage = "https://github.com/flier/rust-atomic-traits" documentation = "https://docs.rs/atomic-traits" readme = "README.md" keywords = [ "atomic", "traits", ] categories = [ "algorithms", "no-std", ] license = "MIT/Apache-2.0" [dependencies.cfg-if] version = "1" [dependencies.loom] version = "0.7" optional = true [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.num-traits] version = "0.2" [build-dependencies.rustc_version] version = "0.4" [features] atomic_access = [] atomic_as_ptr = [] atomic_bool_fetch_not = [] atomic_from_mut = [] atomic_from_ptr = [] atomic_min_max = [] atomic_mut_ptr = [] default = [] extended_compare_and_swap = [] integer_atomics = [] loom_atomics = ["loom"] unstable = [ "atomic_from_mut", "atomic_bool_fetch_not", ] [badges.travis-ci] branch = "master" repository = "flier/rust-atomic-traits"