# 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 = "pmbb-ec" version = "0.1.0-a1" authors = ["secext2022 "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Use erasure code (EC) to recovery data (pmbb)" readme = "README.md" keywords = [ "backup", "EC", "pmbb", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/fm-elpac/pmbb" [[bin]] name = "pmbb-ec" path = "src/main.rs" [dependencies.base16ct] version = "^0.2.0" features = ["alloc"] [dependencies.chrono] version = "^0.4.38" [dependencies.pm-bin] version = "^0.1.0-a1" [dependencies.reed-solomon-erasure] version = "^6.0.0" [dependencies.relative-path] version = "^1.9.3" [dependencies.serde] version = "^1.0.204" features = ["derive"] [dependencies.serde_json] version = "^1.0.121" [dependencies.sha2] version = "^0.10.8" [build-dependencies.pm-bin] version = "^0.1.0-a1" features = ["build"] [features] default = ["simd"] simd = ["reed-solomon-erasure/simd-accel"]