# 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 = "bogon" version = "0.2.1" authors = ["Alextopher "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library to check if an IP address is a bogon" readme = "README.md" keywords = [ "bogon", "bogus", "ip", "ipv4", "ipv6", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/Alextopher/bogon" [lib] name = "bogon" path = "src/lib.rs" [[bench]] name = "ipv4" path = "benches/ipv4.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.ipnetwork] version = "0.20.0" [dev-dependencies.rand] version = "0.8.5" [build-dependencies.csv] version = "1.3.0" [build-dependencies.ipnetwork] version = "0.20.0" [build-dependencies.reqwest] version = "0.12.8" features = ["blocking"] optional = true [build-dependencies.rustc_version] version = "0.4.1" optional = true [build-dependencies.serde] version = "1.0.210" features = ["derive"] [features] download = [ "dep:reqwest", "dep:rustc_version", ]