# 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" rust-version = "1.56" name = "legdur" version = "0.3.4" authors = ["Cyryl PÅ‚otnicki "] description = "keep your legacy durable, detect changes to your directories over time" readme = "README.md" categories = [ "command-line-utilities", "filesystem", "multimedia", ] license = "AGPL-3.0" repository = "https://git.cyplo.dev/cyplo/legdur" [profile.release] debug = 2 [dependencies.camino] version = "1" [dependencies.hex] version = "0.4" [dependencies.indicatif] version = "0.17.0-rc.10" [dependencies.jwalk] version = "0.8" [dependencies.miette] version = "5" features = ["fancy"] [dependencies.rayon] version = "1.5" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.cargo-husky] version = "1" features = [ "run-for-all", "prepush-hook", "run-cargo-check", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt", ] default-features = false