# 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 = "subnet-garden-core" version = "0.3.0" authors = ["The Milton Hirsch Institute, B.V."] description = "A library for managing IPv4 and IPv6 subnets" homepage = "https://github.com/milton-hirsch-institute/subnet-garden" documentation = "https://github.com/milton-hirsch-institute/subnet-garden/blob/main/README.md" readme = "README.md" keywords = [ "subnet", "cidr", "cidr-blocks", ] license = "Apache-2.0" repository = "https://github.com/milton-hirsch-institute/subnet-garden" [dependencies.cidr] version = "^0.2" [dependencies.cidr-utils] version = "^0.6" [dependencies.serde] version = "^1" features = ["derive"] [dev-dependencies.grcov] version = "^0.8" [dev-dependencies.itertools] version = "^0.12" [dev-dependencies.postcard] version = "^1" [dev-dependencies.serde_test] version = "^1"