# 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 = "2018" name = "node-replication" version = "0.1.1" authors = ["Chinmay Kulkarni ", "Gerd Zellweger ", "Ankit Bhardwaj ", "Irina Calciu "] autobenches = false description = "An operation-log based approach that transform single-threaded data structures into concurrent, replicated structures." readme = "README.md" keywords = ["numa", "log", "x86", "black-box", "replication"] categories = ["algorithms", "concurrency", "data-structures", "no-std", "os"] license = "MIT OR Apache-2.0" [profile.release] debug = true [dependencies.crossbeam-utils] version = "0.8.5" default-features = false [dependencies.log] version = "0.4" [dependencies.static_assertions] version = "1.1.0" [dev-dependencies.chashmap] version = "2.2" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [features] unstable = []