# 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 = "bup" version = "0.1.5" authors = ["fadedbee "] description = "A command-line client for Blind Upload." homepage = "https://github.com/fadedbee/bup" readme = "README.md" keywords = ["cli", "upload", "aes256"] categories = ["command-line-utilities"] license = "AGPL-3.0-only" repository = "https://github.com/fadedbee/bup" resolver = "2" [dependencies.aes-gcm] version = "0.9.4" [dependencies.anyhow] version = "1.0.56" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.122" [dependencies.num] version = "0.4.0" [dependencies.qr2term] version = "0.3.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.5.5" [dependencies.reqwest] version = "0.11.10" features = ["blocking"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.80" [dependencies.sha2] version = "0.10.2" [dependencies.shellexpand] version = "2.1.0" [dependencies.url] version = "2.2.2"