# 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" rust-version = "1.75.0" name = "reduct-cli" version = "0.4.0" authors = ["Alexey Timin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI client for ReductStore written in Rust" homepage = "https://reduct.store" documentation = "https://reduct.store/docs/guides" readme = "README.md" keywords = [ "database", "time-series", "blob", "storage", "reductstore", ] categories = [ "command-line-utilities", "database", ] license = "MPL-2.0" [[bin]] name = "reduct-cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.90" [dependencies.async-trait] version = "0.1.78" [dependencies.bytes] version = "1.5.0" [dependencies.bytesize] version = "1.3.0" [dependencies.chrono] version = "0.4.34" [dependencies.clap] version = "4.5.1" features = ["cargo"] [dependencies.colored] version = "2.1.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.futures-util] version = "0.3.30" features = [] [dependencies.indicatif] version = "0.17.8" [dependencies.mime_guess] version = "2.0.4" [dependencies.reduct-rs] version = "1.12.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tabled] version = "0.16.0" [dependencies.thread-id] version = "4.2.1" [dependencies.time-humanize] version = "0.1.3" [dependencies.tokio] version = "1.36.0" features = ["rt-multi-thread"] [dependencies.toml] version = "0.8.10" [dependencies.url] version = "2.5.0" features = ["serde"] [dev-dependencies.mockall] version = "0.13.0" [dev-dependencies.rstest] version = "0.23.0" [dev-dependencies.tempfile] version = "3.10.0"