# 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" rust-version = "1.74" name = "bubbletree" version = "0.1.2" authors = ["Kayumov A.I. "] exclude = ["./github"] description = "Rust implementation of Bubble-tree" homepage = "https://github.com/azizkayumov/bubbletree" documentation = "https://docs.rs/bubbletree" readme = "README.md" keywords = [ "tree", "compression", ] categories = [ "algorithms", "data-structures", "compression", ] license = "Apache-2.0" repository = "https://github.com/azizkayumov/bubbletree" [dependencies.conv] version = "0.3.3" [dependencies.ordered-float] version = "4.1.1" [dependencies.priority-queue] version = "2.0.3" [dev-dependencies.rand] version = "0.8"