# 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 = "rcu_128" version = "0.2.2" authors = ["Maverick Liu "] build = false exclude = [".gitignore"] autobins = false autoexamples = false autotests = false autobenches = false description = "RCU (Read-Copy-Update) implementation for platforms supporting atomic 128-bit operations." readme = "README.md" keywords = [ "rcu", "lock-free", "atomic", ] categories = [ "concurrency", "data-structures", "no-std", ] license = "MIT" repository = "https://github.com/cyborg42/rcu_128.git" [package.metadata.docs.rs] default-target = "x86_64-apple-darwin" [lib] name = "rcu_128" path = "src/lib.rs" [[example]] name = "example" path = "examples/example.rs" [dependencies.parking_lot] version = "0.12"