# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "netaddr2" version = "0.10.0" authors = ["Kristofer Rye "] description = "A Rust network address parsing and arithmetic library" homepage = "https://rye.github.io/rust-netaddr2" documentation = "https://docs.rs/netaddr2" readme = "README.md" keywords = ["netaddr", "network", "address", "cidr"] categories = ["data-structures", "network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/rye/rust-netaddr2" [package.metadata.docs.rs] all-features = true features = ["serde"] [dependencies.serde] version = "~1" optional = true [dev-dependencies.serde_test] version = "~1" [features] default = []