# 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 = "2018" name = "k2_tree" version = "0.5.3" authors = ["GGabi "] description = "A space-efficient representation of sparsely populated bit-matrices." documentation = "https://docs.rs/k2_tree/" readme = "README.md" keywords = [ "collection", "tree", "matrix", "bit", "bit-matrix", ] categories = [ "compression", "data-structures", ] license = "MIT" repository = "https://github.com/GGabi/k2_tree" [dependencies.bitvec] version = "0.17.4" [dependencies.serde] version = "1.0.119" features = ["derive"] [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_yaml] version = "0.8"