# 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 = "arbutus" version = "0.1.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Arbutus Trees" homepage = "https://github.com/boondocklabs/arbutus" readme = "README.md" license = "MIT" repository = "https://github.com/boondocklabs/arbutus" [lib] name = "arbutus" path = "src/lib.rs" [dependencies.colored] version = "2.1.0" [dependencies.parking_lot] version = "0.12.3" features = [ "arc_lock", "deadlock_detection", ] [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.10.0" features = [ "js", "v4", ] [dependencies.xxhash-rust] version = "0.8.12" features = ["xxh64"] [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-test] version = "0.2.5"