Files
ipnetwork/Cargo.toml
Abhishek Chanda e812eb66ca Drop the ip crate
2016-03-19 11:12:01 -07:00

15 lines
352 B
TOML

[package]
name = "ipnetwork"
version = "0.6.1"
authors = ["Abhishek Chanda <abhishe.becsk@gmail.com>"]
description = "A library to work with IP CIDRs in Rust, heavily WIP"
license = "Apache-2.0"
repository = "https://github.com/achanda/ipnetwork"
[dependencies]
clippy = {version = "0.0.37", optional = true}
[features]
default = []
dev = ["clippy"]