# 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 = "horcrust" version = "1.2.1" description = "Horcrust is a command-line-tool which splits a file into encrypted shards for safekeeping. As long as the specified threshold is met, a user can resurrect their original file at any time - no password necessary." readme = "README.md" license = "MIT" [lib] name = "horcrux_rs" path = "src/lib/lib.rs" [[bin]] name = "horcrust" path = "src/main.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.atty] version = "0.2.14" [dependencies.chacha20poly1305] version = "0.10.1" features = ["stream"] [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_json] version = "1.0" [dependencies.sharks] version = "0.4" [dev-dependencies.sha2] version = "0.10.7"