# 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 = "2021" rust-version = "1.71" name = "inetnum" version = "0.1.1" authors = ["NLnet Labs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Types for IP address prefixes and ASNs." documentation = "https://docs.rs/inetnum/" readme = "README.md" keywords = [ "routing", "bgp", "rpki", ] categories = ["network-programming"] license = "BSD-3-Clause" repository = "https://github.com/NLnetLabs/inetnum" [lib] name = "inetnum" path = "src/lib.rs" [dependencies.arbitrary] version = "1.3" features = ["derive"] optional = true [dependencies.octseq] version = "0.5" optional = true [dependencies.serde] version = "1.0.165" features = ["derive"] optional = true [dev-dependencies.serde_test] version = "1"