# 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" rust-version = "1.36" name = "atomic-memcpy" version = "0.2.2" exclude = [ "/.*", "/tools", ] description = """ Byte-wise atomic memcpy. """ readme = "README.md" keywords = ["atomic"] categories = [ "concurrency", "no-std", "no-std::no-alloc", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/taiki-e/atomic-memcpy" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] doc-scrape-examples = false [dev-dependencies.build-context] version = "0.1" [features] inline-always = [] [target."cfg(target_os = \"none\")".dependencies.portable-atomic] version = "1" default-features = false