# 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 = "bitstring-trees" version = "0.2.0" authors = ["Stefan Bühler "] build = false exclude = ["CHECKLIST.md"] autobins = false autoexamples = false autotests = false autobenches = false description = "Trees based on bitstrings" homepage = "https://github.com/stbuehler/rust-bitstring-trees" documentation = "https://docs.rs/bitstring-trees" readme = "README.md" keywords = [ "bitstring", "tree", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/stbuehler/rust-bitstring-trees" [lib] name = "bitstring_trees" path = "src/lib.rs" [[test]] name = "cidr_set" path = "tests/cidr_set.rs" [dependencies.bitstring] version = "0.2.0" [dev-dependencies.cidr] version = "0.3.0" features = ["bitstring"] [badges.appveyor] repository = "stbuehler/rust-bitstring-trees"