Files
ipnetwork/Cargo.toml
Abhishek Chanda 4d2d9a2dd6 Uprev for release
2017-07-11 21:49:06 +01:00

21 lines
579 B
TOML

[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"
license = "Apache-2.0"
repository = "https://github.com/achanda/ipnetwork"
keywords = ["network", "ip", "address"]
readme = "README.md"
documentation = "https://docs.rs/ipnetwork/"
categories = ["network-programming", "os"]
[dependencies]
clippy = {version = "0.0.104", optional = true}
[features]
default = []
dev = ["clippy"]
ipv6-iterator = []
ipv6-methods = []