# 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] edition = "2018" name = "revelio" version = "0.1.5" authors = ["Francois Best "] description = "Auditability and integrity checks for open-source web projects" documentation = "https://docs.rs/revelio" readme = "readme.md" license = "MIT" repository = "https://github.com/47ng/revelio" [package.metadata.release] disable-publish = true no-dev-version = true pre-release-commit-message = "chore: Release {{version}}" tag-prefix = "" [profile.release] lto = true panic = "abort" [[bin]] name = "revelio" path = "src/bin/cli/main.rs" [dependencies.base64] version = "0.10.1" [dependencies.chrono] version = "0.4.6" [dependencies.envy] version = "0.4.0" [dependencies.lazy_static] version = "1.3.0" [dependencies.log] version = "0.4.6" [dependencies.mkdirp] version = "0.1.0" [dependencies.rayon] version = "1.0.3" [dependencies.regex] version = "1.1.2" [dependencies.reqwest] version = "0.9.12" [dependencies.serde] version = "1.0.89" [dependencies.serde_derive] version = "1.0.89" [dependencies.serde_json] version = "1.0.39" [dependencies.sha2] version = "0.8.0" [dependencies.structopt] version = "0.2.15" [dependencies.walkdir] version = "2.2.7"