# 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 = "istziio-client" version = "0.2.4" authors = [ "Shuning Lin <86640627+ScottLinnn@users.noreply.github.com>", "J-HowHuang ", ] include = [ "src/client_api.rs", "src/storage_client.rs", "src/lib.rs", "src/benchmark.rs", ] description = "Client application for ISTZIIO OLAP database I/O cache service" homepage = "https://github.com/cmu-db/15721-s24-cache2" documentation = "https://github.com/cmu-db/15721-s24-cache2/blob/main/README.md" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/cmu-db/15721-s24-cache2" resolver = "2" [[bin]] name = "benchmark" path = "src/benchmark.rs" [dependencies.anyhow] version = "1.0" [dependencies.arrow] version = "50.0.0" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "3" [dependencies.env_logger] version = "0.11.1" [dependencies.log] version = "0.4" [dependencies.parquet] version = "50.0.0" [dependencies.reqwest] version = "0.11" features = [ "stream", "json", ] [dependencies.rocket] version = "0.5.0" features = ["json"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"]