blob: 91c2c74b0ceca369a713792908490499503365cf [file] [log] [blame] [edit]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "ipnetwork"
version = "0.18.0"
authors = ["Abhishek Chanda <[email protected]>", "Linus Färnstrand <[email protected]>"]
description = "A library to work with IP CIDRs in Rust"
readme = "README.md"
keywords = ["network", "ip", "address", "cidr"]
categories = ["network-programming", "parser-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/achanda/ipnetwork"
[[bench]]
name = "parse_bench"
harness = false
[dependencies.serde]
version = "1"
optional = true
[dev-dependencies.criterion]
version = "0.3.4"
features = ["html_reports"]
[dev-dependencies.serde_derive]
version = "1"
[dev-dependencies.serde_json]
version = "1.0"
[features]
default = ["serde"]
[badges.maintenance]
status = "passively-maintained"
[badges.travis-ci]
repository = "achanda/ipnetwork"