[package] name = "clap_blocks" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true [dependencies] clap = { version = "4", features = ["derive", "env"] } data_types = { path = "../data_types" } futures = "0.3" http = "0.2.8" humantime = "2.1.0" iox_catalog = { path = "../iox_catalog" } iox_time = { path = "../iox_time" } metric = { path = "../metric" } object_store = "0.5.2" observability_deps = { path = "../observability_deps" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.91" snafu = "0.7" tempfile = "3.1.0" trace = { path = "../trace" } trace_exporters = { path = "../trace_exporters" } trogging = { path = "../trogging", default-features = false, features = ["clap"] } uuid = { version = "1", features = ["v4"] } workspace-hack = { path = "../workspace-hack" } write_buffer = { path = "../write_buffer" } [dev-dependencies] test_helpers = { path = "../test_helpers" } [features] azure = ["object_store/azure"] # Optional Azure Object store support gcp = ["object_store/gcp"] # Optional GCP object store support aws = ["object_store/aws"] # Optional AWS / S3 object store support