# 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 = "2018" name = "cksfv" version = "0.1.3" authors = ["Martin Larralde "] description = "A 10x faster cksfv reimplementation using Rust and the crc32fast crate." readme = "README.md" keywords = [ "cksfv", "crc", "integrity", "checksum", "foss", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/althonos/cksfv.rs" [dependencies.chrono] version = "0.4.13" [dependencies.clap] version = "4.0.8" features = ["cargo"] [dependencies.crc32fast] version = "1.2.0" [dependencies.getset] version = "0.1.1" [dependencies.memmap] version = "0.7.0" optional = true [dependencies.walkdir] version = "2.3.1" [dev-dependencies.assert_cli] version = "0.6.3" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.textwrap] version = "0.15.1" [dev-dependencies.textwrap-macros] version = "0.2.5" [features] default = [] mmap = ["memmap"] nightly = ["crc32fast/nightly"] [badges.codecov] repository = "althonos/cksfv.rs" service = "github" [badges.is-it-maintained-issue-resolution] repository = "althonos/cksfv.rs" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "althonos/cksfv.rs"