# 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 = "filepack" version = "0.0.6" authors = ["Casey Rodarmor "] build = false include = [ "CHANGELOG.md", "CONTRIBUTING", "LICENSE", "README.md", "src", "tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = "file verification utility" homepage = "https://github.com/casey/filepack" readme = "README.md" keywords = [ "checksum", "verification", ] categories = [ "authentication", "command-line-utilities", "cryptography", ] license = "CC0-1.0" repository = "https://github.com/casey/filepack" [profile.release] lto = true codegen-units = 1 [[bin]] name = "filepack" path = "src/main.rs" [[test]] name = "integration" path = "tests/lib.rs" [dependencies.blake3] version = "1.5.4" features = [ "mmap", "rayon", "serde", ] [dependencies.camino] version = "1.1.9" features = ["serde1"] [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.clap_mangen] version = "0.2.23" [dependencies.dirs] version = "5.0.1" [dependencies.ed25519-dalek] version = "2.1.1" features = ["rand_core"] [dependencies.hex] version = "0.4.3" [dependencies.indicatif] version = "0.17.8" [dependencies.lexiclean] version = "0.0.1" [dependencies.owo-colors] version = "4" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.serde_with] version = "3.11.0" [dependencies.serde_yaml] version = "0.9.34" [dependencies.snafu] version = "0.8.4" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.assert_cmd] version = "2.0.16" features = ["color-auto"] [dev-dependencies.assert_fs] version = "1.1.2" features = ["color-auto"] [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.regex] version = "1.10.6" [lints.clippy] large_enum_variant = "allow" needless-pass-by-value = "allow" result-large-err = "allow" too-many-lines = "allow" wildcard-imports = "allow" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1