mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-15 08:36:34 +00:00
15 lines
391 B
TOML
15 lines
391 B
TOML
[package]
|
|
name = "ipnetwork"
|
|
version = "0.8.0"
|
|
authors = ["Abhishek Chanda <abhishe.becsk@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"
|
|
|
|
[dependencies]
|
|
clippy = {version = "0.0.37", optional = true}
|
|
|
|
[features]
|
|
default = []
|
|
dev = ["clippy"]
|