# 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 = "ratify" version = "2.2.0" description = "Utility for signing and verifying files and directories" readme = "README.md" license = "MIT" repository = "https://github.com/vmalloc/ratify" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.digest] version = "0.10.7" [dependencies.hex] version = "0.4.3" [dependencies.human_bytes] version = "0.4.3" [dependencies.indicatif] version = "0.17.8" [dependencies.itertools] version = "0.12.1" [dependencies.log] version = "0.4.20" [dependencies.md-5] version = "0.10.6" [dependencies.num_cpus] version = "1.16.0" [dependencies.pathdiff] version = "0.2.1" [dependencies.serde] version = "1.0.197" [dependencies.serde_json] version = "1.0.114" [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.termcolor] version = "1.4.1" [dependencies.thiserror] version = "1.0.61" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "fmt", ] [dependencies.walkdir] version = "2.4.0" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.pretty_assertions] version = "1.4.0"