# 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 = "generic-btree" version = "0.10.5" authors = ["zxch3n "] include = [ "Cargo.toml", "/src/**/*.rs", "/benches/**/*.rs", ] description = "Generic BTree for versatile purposes" homepage = "https://github.com/loro-dev/generic-btree" documentation = "https://docs.rs/generic-btree" readme = "README.md" keywords = [ "btree", "data-structure", ] license = "MIT" repository = "https://github.com/loro-dev/generic-btree" [profile.release] debug = 2 [[bench]] name = "bench_ord" harness = false [[bench]] name = "bench_rope" harness = false [dependencies.arref] version = "0.1.0" [dependencies.fxhash] version = "0.2.1" [dependencies.heapless] version = "0.7.16" [dependencies.itertools] version = "0.11.0" [dependencies.proc-macro2] version = "1.0.67" [dependencies.thunderdome] version = "0.6.2" package = "loro-thunderdome" [dev-dependencies.ahash] version = "0.8.11" [dev-dependencies.arbitrary] version = "1.2.3" features = ["derive"] [dev-dependencies.color-backtrace] version = "0.5.1" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.ctor] version = "0.1.26" [dev-dependencies.flate2] version = "1.0.25" [dev-dependencies.jumprope] version = "1.0.0" [dev-dependencies.pprof] version = "0.11.1" features = [ "flamegraph", "criterion", "frame-pointer", ] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0.93" [features] test = []