k2v-client 0.0.4

Client library for the Garage K2V protocol
Documentation
[[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]
features = ["derive", "env"]
optional = true
version = "4.1"

[dependencies.format_table]
optional = true
version = "0.1.1"

[dependencies.hex]
version = "0.4"

[dependencies.http]
version = "0.2"

[dependencies.hyper]
default-features = false
features = ["client", "http1", "http2"]
version = "0.14"

[dependencies.hyper-rustls]
features = ["http2"]
version = "0.24"

[dependencies.log]
version = "0.4"

[dependencies.percent-encoding]
version = "2.2"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
default-features = false
features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros", "sync", "signal", "fs"]
version = "1.0"

[dependencies.tracing]
optional = true
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
optional = true
version = "0.3"

[features]
cli = ["clap", "tokio/fs", "tokio/io-std", "tracing", "tracing-subscriber", "format_table"]

[lib]
path = "lib.rs"

[package]
authors = ["Trinity Pointard <trinity.pointard@gmail.com>", "Alex Auvolat <alex@adnab.me>"]
description = "Client library for the Garage K2V protocol"
edition = "2018"
license = "AGPL-3.0"
name = "k2v-client"
readme = "README.md"
repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage"
resolver = "2"
version = "0.0.4"