# 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 = "cidrrr" version = "2024.3.22" authors = ["Stefan Ruzitschka "] description = "Convert a CIDR block to a list of IPs" readme = "README.md" keywords = [ "ip", "cidr", "ipv4", "ipv6", ] license-file = "LICENSE" repository = "https://github.com/icepuma/cidrrr" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [dependencies.clap] version = "4" features = [ "cargo", "derive", ] [dependencies.ipnet] version = "2" [dependencies.serde] version = "1.0.197" features = ["derive"] [dev-dependencies.pretty_assertions] version = "1"