# 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 = "dabih" version = "1.15.4" authors = ["Michael Huttner"] description = "Command Line Interface for dabih" homepage = "https://github.com/spang-lab/dabih" readme = "README.md" keywords = [ "cli", "dabih", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/spang-lab/dabih" [lib] name = "dabih" path = "src/lib.rs" [[bin]] name = "dabih" path = "src/main.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.base64] version = "0.21.2" [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.clap_complete] version = "4.4.1" [dependencies.flate2] version = "1.0.27" [dependencies.glob] version = "0.3.1" [dependencies.home] version = "0.5.5" [dependencies.inquire] version = "0.6.2" [dependencies.openssh] version = "0.10.0" optional = true [dependencies.openssh-sftp-client] version = "0.14.0" optional = true [dependencies.openssl] version = "0.10.59" features = ["vendored"] [dependencies.pbr] version = "1.1.1" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.18" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.serde_yaml] version = "0.9.25" [dependencies.sha2] version = "0.10.7" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.url] version = "2.4.0" [dependencies.zip] version = "0.6.6" [features] default = []