ipnetwork 0.12.8

A library to work with IP CIDRs in Rust, heavily WIP
Documentation
# 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]
name = "ipnetwork"
version = "0.12.8"
authors = ["Abhishek Chanda <abhishek.becs@gmail.com>", "Linus Färnstrand <faern@faern.net>"]
description = "A library to work with IP CIDRs in Rust, heavily WIP"
documentation = "https://docs.rs/ipnetwork/"
readme = "README.md"
keywords = ["network", "ip", "address"]
categories = ["network-programming", "os"]
license = "Apache-2.0"
repository = "https://github.com/achanda/ipnetwork"
[dependencies.clippy]
version = "0.0.104"
optional = true

[dependencies.serde]
version = ">=0.8.0, <2.0"
optional = true

[dependencies.serde_derive]
version = ">=0.8.0, <2.0"
optional = true

[features]
default = []
dev = ["clippy"]
ipv6-iterator = []
ipv6-methods = []
with-serde = ["serde", "serde_derive"]
[badges.travis-ci]
repository = "achanda/ipnetwork"