# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cnr" version = "0.1.0" authors = ["Chinmay Kulkarni ", "Gerd Zellweger ", "Ankit Bhardwaj ", "Irina Calciu "] autobenches = false description = "An operation-log based approach for data replication." 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.arr_macro] version = "0.1.2" [dependencies.crossbeam-utils] version = "0.6" default-features = false [dependencies.log] version = "0.4" [dependencies.static_assertions] version = "1.1.0" [dev-dependencies.chashmap] version = "2.2" [dev-dependencies.crossbeam-queue] version = "0.3.1" [dev-dependencies.env_logger] version = "0.8.3"