# 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 = "subg" version = "0.3.0" authors = ["The Milton Hirsch Institute, B.V."] description = "Command line interface 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" [[bin]] name = "subg" [dependencies.cidr] version = "^0.2" [dependencies.clap] version = "^4" features = [ "cargo", "derive", "env", ] [dependencies.exitcode] version = "^1" [dependencies.log] version = "0.4.20" [dependencies.serde_json] version = "^1" [dependencies.serde_yaml] version = "^0.9" [dependencies.subnet-garden-core] version = "^0.3" [dev-dependencies.assert_cmd] version = "^2" [dev-dependencies.assert_fs] version = "^1" [dev-dependencies.predicates] version = "^3"