# 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 = "con-art-rust" version = "0.2.0" authors = ["Xiangpeng Hao "] description = "A Rust implementation of ART-OLC concurrent adaptive radix tree." readme = "README.md" keywords = ["ART", "adaptive-radix-tree", "concurrent"] license = "MIT" repository = "https://github.com/XiangpengHao/con-art-rust" resolver = "2" [profile.bench] opt-level = 3 lto = true [profile.release] debug = true [[bench]] name = "basic" path = "bench/basic.rs" harness = false [[bench]] name = "scan" path = "bench/scan.rs" harness = false [dependencies.crossbeam-epoch] version = "0.9" [dev-dependencies.flurry] version = "0.3.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.shumai] version = "0.1.6" [features] flamegraph = ["shumai/flamegraph"] perf = ["shumai/perf"] [target."cfg(shuttle)".dependencies.shuttle] version = "0.0.7"