# 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] name = "validator-cli" version = "1.0.3" authors = ["François-Guillaume RIBREAU "] description = "✅ Ouest-France Platform BlockProvider validator" homepage = "https://github.com/Ouest-France/platform" documentation = "https://docs.rs/crate/validator-cli/" readme = "README.md" keywords = ["ouest-france", "validator", "blockprovider"] categories = ["web-programming"] license = "MIT" repository = "https://github.com/Ouest-France/platform" [package.metadata.release] pre-release-commit-message = "Release validator-cli {{version}} 🎉🎉" upload-doc = true [[package.metadata.release.pre-release-replacements]] file = "README.md" replace = "Current release: {{version}}" search = "Current release: [a-z0-9\\.-]+" [[package.metadata.release.pre-release-replacements]] file = "Cargo.toml" replace = "branch=\"{{version}}\"" search = "branch=\"[a-z0-9\\.-]+\"" [dependencies.commander] version = "0.1" [dependencies.lazy_static] version = "0.2" [dependencies.reqwest] version = "0.8.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tap] version = "0.2.1" [dependencies.url] version = "1.6.0" [dependencies.yansi] version = "0.3.4" [badges.appveyor] branch = "master" repository = "ouest-france/platform" service = "github" [badges.travis-ci] branch = "master" repository = "ouest-france/platform"