# 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] name = "rsbx" version = "2.0.0" authors = ["Darren Ldl "] build = "build.rs" exclude = ["ci/*", "tests/*", "cov_tests/*", "crc-ccitt/*", "libcrc_crcccitt/*", "appveyor.yml", ".travis.yml"] description = "Enhanced implementation of SeqBox in Rust" homepage = "https://github.com/darrenldl/rust-SeqBox" documentation = "https://darrenldl.gitbooks.io/rsbx-manual/content/" readme = "README.md" keywords = ["SeqBox", "backup", "data-recovery", "reed-solomon", "archive"] categories = ["command-line-utilities", "encoding"] license = "MIT" repository = "https://github.com/darrenldl/rust-SeqBox" [lib] name = "blkar_lib" path = "src/lib.rs" doc = false [[bin]] name = "rsbx" path = "src/bin/main.rs" doc = false [dependencies.blake2_c] version = "0.3" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.30.0" [dependencies.ctrlc] version = "3.1" [dependencies.nom] version = "4.0" [dependencies.rand] version = "0.6.1" [dependencies.reed-solomon-erasure] version = "3.1" features = ["pure-rust"] [dependencies.sha-1] version = "0.8.1" [dependencies.sha2] version = "0.8.0" [dependencies.smallvec] version = "0.6" [dev-dependencies.quickcheck] version = "0.7"