[badges.appveyor]
repository = "stbuehler/rust-cidr"
[badges.travis-ci]
repository = "stbuehler/rust-cidr"
[dependencies.bitstring]
optional = true
version = "0.1.0"
[dependencies.serde]
optional = true
version = "1.0.27"
[dev-dependencies.bincode]
version = "1.3.1"
[dev-dependencies.serde_test]
version = "1.0.27"
[dev-dependencies.version-sync]
version = "0.9.1"
[features]
default = ["std"]
std = []
[package]
authors = ["Stefan Bühler <stbuehler@web.de>"]
categories = ["data-structures", "network-programming"]
description = "IP network and IP host within network types"
documentation = "https://docs.rs/cidr"
edition = "2018"
exclude = ["CHECKLIST.md"]
homepage = "https://github.com/stbuehler/rust-cidr"
keywords = ["cidr", "network"]
license = "MIT"
name = "cidr"
readme = "README.md"
repository = "https://github.com/stbuehler/rust-cidr"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true
targets = []