# 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" name = "rs-aggregate" version = "0.3.2" authors = ["Keenan Tims "] exclude = [ ".github/*", "doc/*", "test-data/*", ] description = "Aggregate a list of IP prefixes into their minimum equivalent representation" readme = "README.md" categories = ["network-programming"] license = "MIT" repository = "https://github.com/ktims/rs-aggregate" [[bin]] name = "rs-aggregate" [[bench]] name = "perf" harness = false [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.clio] version = "0.3.4" features = ["clap-parse"] [dependencies.ipnet] version = "2.8.0" [dependencies.rayon] version = "1.8.0" optional = true [dev-dependencies.assert_cmd] version = "2.0.10" [dev-dependencies.assert_fs] version = "1.0.12" [dev-dependencies.glob] version = "0.3.1" [dev-dependencies.json] version = "0.12.4" [dev-dependencies.plotters] version = "0.3.5" [dev-dependencies.predicates] version = "3.0.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.rstest] version = "0.16.0" [dev-dependencies.tempfile] version = "3.8.1" [features] default = ["rayon"]