# 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] name = "treez" version = "1.6.0" authors = ["Yuan Liu "] description = "A collection of useful data structures." documentation = "https://docs.rs/treez/1.4.1/treez/" readme = "README.md" keywords = ["data-structures", "utility"] license = "BSD-2-Clause" repository = "https://github.com/clearlycloudy/treez/" [lib] name = "treez" path = "src/mod.rs" [[bench]] name = "bench_rb" harness = false [dependencies.chrono] version = "0.4.0" [dependencies.crossbeam] version = "0.4.1" [dependencies.mazth] version = "0.0.0" [dependencies.num] version = "0.1.41" [dependencies.rand] version = "0.7.3" [dev-dependencies.criterion] version = "0.3"