ip_network 0.2.2

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.2.2"
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"]
categories = ["network-programming", "parsing", "data-structures"]
license = "BSD-2-Clause"
repository = "https://github.com/JakubOnderka/ip_network"
[dependencies.diesel]
version = "1.0.0"
features = ["postgres"]
optional = true

[dependencies.postgres]
version = "0.15"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
[badges.coveralls]
repository = "JakubOnderka/ip_network"

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