# 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 = "zoneparser" version = "0.1.4" authors = ["Erik Østlyngen "] description = "A fast zonefile parser" readme = "README.md" keywords = [ "DNS", "BIND", "named", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/erikoest/zoneparser" [package.metadata.deb] assets = [ [ "target/release/zonediff", "usr/bin/", "755", ], [ "target/release/zonecount", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/zoneparser/README", "644", ], ] copyright = "2024, Erik Østlyngen" depends = "$auto" extended-description = "A fast zonefile parser" license-file = [ "LICENSE", "5", ] maintainer = "Erik Østlyngen " priority = "optional" section = "utility" [dependencies.bstr] version = "1.10.0" [dependencies.diffs] version = "0.5.1" [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4"