ip_network 0.1.0

IPv4 and IPv6 network structs.
Documentation
# 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]
name = "ip_network"
version = "0.1.0"
authors = ["Jakub Onderka <ahoj@jakubonderka.cz>"]
description = "IPv4 and IPv6 network structs.\n"
homepage = "https://github.com/JakubOnderka/ip_network"
documentation = "https://docs.rs/ip_network"
readme = "README.md"
keywords = ["ip", "ipv4", "ipv6", "network", "address"]
license = "MIT/Apache-2.0"
repository = "https://github.com/JakubOnderka/ip_network"
[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.extprim]
version = "1.3"
default-features = false

[features]
default = []
[badges.travis-ci]
repository = "JakubOnderka/ip_network"