[package]
name = "ipnetwork"
version = "0.12.6"
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
[features]
ipv6-methods = []
default = []
dev = ["clippy"]
ipv6-iterator = []