# 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 = "2018" name = "k2v-client" version = "0.0.4" authors = [ "Trinity Pointard ", "Alex Auvolat ", ] description = "Client library for the Garage K2V protocol" readme = "README.md" license = "AGPL-3.0" repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage" resolver = "2" [lib] path = "lib.rs" [[bin]] name = "k2v-cli" path = "bin/k2v-cli.rs" required-features = ["cli"] [dependencies.aws-sigv4] version = "0.55" [dependencies.base64] version = "0.21" [dependencies.clap] version = "4.1" features = [ "derive", "env", ] optional = true [dependencies.format_table] version = "0.1.1" optional = true [dependencies.hex] version = "0.4" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = [ "client", "http1", "http2", ] default-features = false [dependencies.hyper-rustls] version = "0.24" features = ["http2"] [dependencies.log] version = "0.4" [dependencies.percent-encoding] version = "2.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = [ "rt", "rt-multi-thread", "io-util", "net", "time", "macros", "sync", "signal", "fs", ] default-features = false [dependencies.tracing] version = "0.1" optional = true [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] optional = true [features] cli = [ "clap", "tokio/fs", "tokio/io-std", "tracing", "tracing-subscriber", "format_table", ]