# 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 = "nibbletree" version = "0.2.0" authors = ["Yureka "] description = "Tree datastructure for versatile prefix lookups based on the Tree-bitmap algorithm" license = "EUPL-1.2" repository = "https://github.com/wobcom/fernglas" [dependencies.bitvec] version = "1.0" [dependencies.ip_network] version = "0.4" optional = true [dependencies.ipnet] version = "2.9" optional = true [dependencies.thin-vec] version = "0.2" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_xoshiro] version = "0.6" [dev-dependencies.rstest] version = "0.18" default-features = false [dev-dependencies.rstest_reuse] version = "0.6" default-features = false