# 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 = "algae-trees" version = "0.1.1" authors = ["FL03 "] description = "Algae is a collection of core algorithms and data-structures, written in Rust" homepage = "https://scattered-systems.github.io/algae" keywords = [ "algorithms", "data-structures", ] categories = [] license = "MIT" repository = "https://github.com/scattered-systems/algae" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] crate-type = [ "cdylib", "rlib", ] test = true [dependencies.bson] version = "2.3.0" [dependencies.config] version = "0.13.1" [dependencies.digest] version = "0.10.3" [dependencies.glob] version = "0.3.0" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.17" [dependencies.serde] version = ">=1.0.137" features = ["derive"] [dependencies.sha2] version = "0.10.2"