# 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 = "blkar" version = "7.2.7" authors = ["Darren Ldl "] build = "build.rs" exclude = ["ci/*", "tests/*", "cov_tests/*", "crc-ccitt/*", "libcrc_crcccitt/*", "appveyor.yml", ".travis.yml"] description = "Multithreaded archiver offering bit rot protection and sector level recoverability" homepage = "https://github.com/darrenldl/blockyarchive" documentation = "https://github.com/darrenldl/blockyarchive/wiki" readme = "README.md" keywords = ["EC-SeqBox", "backup", "data-recovery", "reed-solomon", "archive"] categories = ["command-line-utilities", "encoding"] license = "MIT" repository = "https://github.com/darrenldl/blockyarchive" [lib] name = "blkar_lib" path = "src/lib.rs" doc = false [[bin]] name = "blkar" path = "src/bin/main.rs" doc = false [dependencies.blake2] version = "~0.8.0" [dependencies.chrono] version = "~0.4.6" [dependencies.clap] version = "~2.33.0" [dependencies.ctrlc] version = "~3.1.2" [dependencies.nom] version = "~5.0.0" [dependencies.num_cpus] version = "~1.11.0" [dependencies.rand] version = "~0.7.0" [dependencies.rayon] version = "~1.2.0" [dependencies.reed-solomon-erasure] version = "~4.0.1" [dependencies.sha-1] version = "~0.8.1" [dependencies.sha2] version = "~0.8.0" [dependencies.smallvec] version = "~1.0.0" [dev-dependencies.quickcheck] version = "~ 0.9.0"