[package] name = "dabih" description = "Command Line Interface for dabih" authors = ["Michael Huttner"] version = "1.15.4" edition = "2021" license = "MIT" readme = "README.md" homepage = "https://github.com/spang-lab/dabih" repository = "https://github.com/spang-lab/dabih" keywords = ["cli", "dabih"] categories = ["command-line-utilities"] [features] default = [] [lib] name = "dabih" path = "src/lib.rs" [[bin]] name = "dabih" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.72" base64 = "0.21.2" clap = { version = "4.3.21", features = ["derive"] } flate2 = "1.0.27" glob = "0.3.1" home = "0.5.5" inquire = "0.6.2" openssl = { version ="0.10.59", features=["vendored"] } pbr = "1.1.1" reqwest = { version = "0.11.18", features = ["json", "multipart"] } serde = { version = "1.0.183", features = ["derive"] } serde_json = "1.0.104" serde_yaml = "0.9.25" tokio = { version = "1.29.1", features = ["full"] } url = "2.4.0" zip = "0.6.6" openssh = { version = "0.10.0", optional = true } openssh-sftp-client = {version = "0.14.0", optional = true } sha2 = "0.10.7" clap_complete = "4.4.1" rand = "0.8.5"