# 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 = "axka-rcu" version = "1.0.0" authors = ["Axel Karjalainen "] description = "A reference-counted read-copy-update (RCU) primitive used for protecting shared data" homepage = "https://git.axka.fi/axka-rcu.git/about/" readme = "README.md" keywords = [ "rcu", "arc", "sync", "data-structure", ] categories = [ "concurrency", "data-structures", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/axelkar/axka-rcu" [dependencies.document-features] version = "0.2" [dependencies.triomphe] version = "0.1.3" optional = true [features] triomphe = ["dep:triomphe"]