# 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 = "2021" name = "ref_count" version = "0.1.2" authors = ["Clelland Green "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "Efficient, low-level asynchronous synchronization for real-time and embedded systems" readme = "README.md" keywords = [ "no_std", "no_alloc", "non-blocking", "embedded", "sync", ] categories = [ "concurrency", "asynchronous", "no-std::no-alloc", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/IronVelo/ref_count" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", "--generate-link-to-definition", ] targets = ["x86_64-unknown-linux-gnu"] [profile.release] opt-level = 3 lto = true [[bench]] name = "get_ref" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.crossbeam-utils] version = "0.8.19" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.36.0" features = ["sync"] [features] alloc = [] std = [] [target."cfg(loom)".dependencies.loom] version = "0.7.1" features = [ "futures", "checkpoint", ]