Sha256: 3c716300c4c8a90b157e7b33679c8bd4daf604368677e9736f38dfc3c7bf0cb6

Contents?: true

Size: 1.79 KB

Versions: 19

Compression:

Stored size: 1.79 KB

Contents

# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "ipnet"
version = "2.9.0"
authors = ["Kris Price <kris@krisprice.nz>"]
description = "Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain."
documentation = "https://docs.rs/ipnet"
readme = "README.md"
keywords = [
    "IP",
    "CIDR",
    "network",
    "prefix",
    "subnet",
]
categories = ["network-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/krisprice/ipnet"

[dependencies.heapless]
version = "0"
optional = true

[dependencies.schemars]
version = "0.8"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
default-features = false
package = "serde"

[dev-dependencies.serde_test]
version = "1"

[features]
default = ["std"]
json = [
    "serde",
    "schemars",
]
ser_as_str = ["heapless"]
std = []

[badges.travis-ci]
repository = "krisprice/ipnet"

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
wasmtime-25.0.2 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-25.0.1 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-25.0.0 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-24.0.0 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-23.0.2 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-22.0.0 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-21.0.1 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-20.0.2 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-20.0.0 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-18.0.3 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-17.0.1 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-17.0.0 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-16.0.0 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-15.0.1 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-15.0.0 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-14.0.4 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-14.0.3 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-14.0.1 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml
wasmtime-14.0.0 ./ext/cargo-vendor/ipnet-2.9.0/Cargo.toml