mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-15 08:36:34 +00:00
19 lines
542 B
TOML
19 lines
542 B
TOML
[package]
|
|
name = "ipnetwork"
|
|
version = "0.12.5"
|
|
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"]
|