[package] name = "bubbletree" version = "0.1.2" edition = "2021" rust-version = "1.74" description = "Rust implementation of Bubble-tree" readme = "README.md" documentation = "https://docs.rs/bubbletree" homepage = "https://github.com/azizkayumov/bubbletree" repository = "https://github.com/azizkayumov/bubbletree" license = "Apache-2.0" keywords = ["tree", "compression"] categories = ["algorithms", "data-structures", "compression"] authors = ["Kayumov A.I. "] exclude = ["./github"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] conv = "0.3.3" ordered-float = "4.1.1" priority-queue = "2.0.3" [dev-dependencies] rand = "0.8"