# 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 = "ipnet-trie" version = "0.2.0" authors = ["Mingwei Zhang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ IPv4 and IPv6 network fast lookup trie. """ homepage = "https://github.com/bgpkit/ipnet-trie" documentation = "https://docs.rs/ipnet-trie" readme = "README.md" keywords = [ "ip", "network", "address", "bgp", "trie", ] categories = [ "network-programming", "data-structures", ] license = "MIT" repository = "https://github.com/bgpkit/ipnet-trie" [lib] name = "ipnet_trie" path = "src/lib.rs" [[example]] name = "bgp-rib-trie-export" path = "examples/bgp-rib-trie-export.rs" required-features = ["export"] [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.bincode] version = "2.0.0-rc" optional = true [dependencies.ipnet] version = "2.8" [dependencies.prefix-trie] version = "0.2.5" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.bgpkit-parser] version = "0.10" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.oneio] version = "0.16" [dev-dependencies.tempdir] version = "0.3" [features] default = [] export = ["bincode"]