# 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 = "ipnetwork" version = "0.20.0" authors = [ "Abhishek Chanda ", "Linus Färnstrand ", ] description = "A library to work with IP CIDRs in Rust" readme = "README.md" keywords = [ "network", "ip", "address", "cidr", ] categories = [ "network-programming", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/achanda/ipnetwork" resolver = "2" [[bench]] name = "parse_bench" harness = false [dependencies.schemars] version = "0.8.10" optional = true [dependencies.serde] version = "1" optional = true [dev-dependencies.criterion] version = "0.3.4" features = ["html_reports"] [dev-dependencies.does-it-json] version = "0.0.3" [dev-dependencies.serde_json] version = "1.0" [features] default = ["serde"] [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "achanda/ipnetwork"