algae-trees 0.1.0

Algae is a collection of core algorithms and data-structures, written in Rust
Documentation
[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]
features = ["derive"]
version = ">=1.0.137"

[dependencies.sha2]
version = "0.10.2"

[lib]
crate-type = ["cdylib", "rlib"]
test = true

[package]
authors = ["FL03 <jo3mccain@icloud.com>"]
categories = []
description = "Algae is a collection of core algorithms and data-structures, written in Rust"
edition = "2021"
homepage = "https://scattered-systems.github.io/algae"
keywords = ["algorithms", "data-structures"]
license = "MIT"
name = "algae-trees"
repository = "https://github.com/scattered-systems/algae"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]