# 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" name = "parpulse-client" version = "0.1.8" authors = [ "Yuanxin Cao ", "Kunle <1041593558@qq.com>", "Lan Lou ", ] include = [ "src/client.rs", "src/lib.rs", ] description = "Client application for Parpulse OLAP database I/O cache service" homepage = "https://github.com/cmu-db/15721-s24-cache1" documentation = "https://github.com/cmu-db/15721-s24-cache1/blob/main/README.md" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/cmu-db/15721-s24-cache1" [dependencies.anyhow] version = "1" [dependencies.arrow] version = "50.0.0" [dependencies.async-trait] version = "0.1" [dependencies.enum-as-inner] version = "0.6" [dependencies.env_logger] version = "0.11" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "1" [dependencies.istziio-client] version = "0.1.9" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.parquet] version = "50.0.0" features = ["async"] [dependencies.reqwest] version = "0.12" features = ["stream"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.tempfile] version = "3.2" [dependencies.tokio] version = "1" features = [ "full", "rt-multi-thread", ] [dev-dependencies.mockito] version = "1.4.0"