# 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" rust-version = "1.63" name = "kcas" version = "0.1.0" authors = ["Raymond Liu "] description = "A lock-free, allocation-free multi-word compare-and-swap library" readme = "README.md" keywords = [ "mwcas", "mcas", "cas", "lock-free", ] categories = [ "concurrency", "algorithms", "memory-management", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Philosobyte/kcas" resolver = "2" [dependencies.cfg-if] version = "1.0" [dependencies.displaydoc] version = "0.2" default-features = false [dependencies.shuttle] version = "0.6" [dependencies.tracing] version = "0.1" features = [ "attributes", "release_max_level_off", ] default-features = false [dev-dependencies.test-log] version = "0.2" features = ["trace"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] [features] alloc = [] default = ["std"] std = [] [target."cfg(loom)".dependencies.loom] version = "0.7" features = ["checkpoint"]