[lib]
name = "ip_cidr"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "parser-implementations"]
description = "IP CIDR utilities"
edition = "2021"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["network", "ip", "address", "cidr"]
license = "BSL-1.0"
name = "ip-cidr"
readme = "README.md"
repository = "https://github.com/DoumanAsh/ip-cidr"
rust-version = "1.83.0"
version = "0.1.0"
[profile.test]
opt-level = 3
[[test]]
name = "ipv4"
path = "tests/ipv4.rs"
[[test]]
name = "ipv6"
path = "tests/ipv6.rs"