# 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] name = "iprange" version = "0.6.7" authors = ["Yilin Chen "] description = "A library to manage IP ranges" documentation = "https://docs.rs/iprange/" readme = "README.md" categories = ["network-programming"] license = "MIT" repository = "https://github.com/sticnarf/iprange-rs" [dependencies.ipnet] version = "2.0.0" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.bincode] version = "1" [dev-dependencies.rand] version = "0.3.17"