# 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] edition = "2018" name = "libnetrangemerge" version = "0.1.0" authors = ["Palmer Cox
"] description = "A implementation of an algorithm to merge overlapping and adjacent\nnetwork ranges in order to create a minimal set of range values that\ncovers the same parts of the overall network.\n" homepage = "https://github.com/DaGenix/netrange/tree/main/libnetrangemerge" documentation = "https://docs.rs/libnetrangemerge" readme = "README.md" categories = ["network-programming", "no-std", "algorithms"] license = "MIT/Apache-2.0" repository = "https://github.com/DaGenix/netrange/tree/main/libnetrangemerge" [[bench]] name = "merge_benchmark" harness = false [dependencies.cidr] version = "0.1.1" [dev-dependencies.criterion] version = "0.3" [features] default = ["std"] std = []