# 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-int" version = "0.1.4" description = "Atomics for additional integers, like C/FFI types" documentation = "https://docs.rs/atomic-int" readme = "misc/crate-readme.md" keywords = [ "atomic", "integer", "libc", "c_int", "fallback", ] categories = ["no-std"] license = "Apache-2.0" repository = "https://github.com/taylordotfish/atomic-int" [package.metadata.docs.rs] features = ["doc_cfg"] [dependencies.libc] version = "0.2" optional = true [features] c = [ "c_char", "c_schar", "c_uchar", "c_short", "c_ushort", "c_int", "c_uint", "c_long", "c_ulong", "c_longlong", "c_ulonglong", ] c_char = [] c_int = [] c_long = [] c_longlong = [] c_schar = [] c_short = [] c_uchar = [] c_uint = [] c_ulong = [] c_ulonglong = [] c_ushort = [] default = [ "primitives", "c", ] doc_cfg = [] primitives = [] signal = ["libc"]