# 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 = "2018" name = "hip_validator" version = "1.0.0" authors = ["Polyphene "] description = "Utility tool to validate the format of a Holium Imporvement Proposal (HIP).\nFor more information, check out the official documentation at https://docs.holium.org ." homepage = "https://holium.org" documentation = "https://docs.holium.org" readme = "README.md" keywords = ["holium"] license = "MIT" repository = "https://github.com/polyphene/hip-validator" [[bin]] name = "hip-validator" path = "src/main.rs" [dependencies.anyhow] version = "^1.0.44" [dependencies.clap] version = "^3.0.0-beta.5" [dependencies.iso-8601] version = "^0.4.1" [dependencies.serde] version = "^1.0.130" features = ["derive"] [dependencies.serde_yaml] version = "^0.8.21" [dependencies.thiserror] version = "^1.0.30" [dev-dependencies.assert_cmd] version = "^1.0.7" [dev-dependencies.assert_fs] version = "^1.0.3" [dev-dependencies.predicates] version = "^2.0.0" [dev-dependencies.project-root] version = "^0.2.2" [dev-dependencies.walkdir] version = "^2.3.2"