# 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 = "concurrencykit" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Modern concurrency primitives and building blocks for high performance applications" homepage = "http://concurrencykit.org/" readme = "README.md" keywords = [ "atomic", "garbage", "non-blocking", "lock-free", "rcu", ] categories = [ "concurrency", "memory-management", "data-structures", "no-std", ] license = "MIT" repository = "https://github.com/concurrencykit/ck-rust" [lib] name = "concurrencykit" path = "src/lib.rs" [dependencies]