# 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 = "skar-client-fuel" version = "0.0.7" description = "client library for skar" license = "MIT" [dependencies.alloy-dyn-abi] version = "0.5.0" [dependencies.alloy-json-abi] version = "0.5.0" [dependencies.anyhow] version = "1" [dependencies.arrayvec] version = "0.7" features = ["serde"] [dependencies.arrow2] version = "0.18" features = [ "io_json", "io_ipc", "io_ipc_compression", "io_parquet_zstd", "io_parquet_lz4", "io_parquet", "compute_boolean", "compute_filter", ] [dependencies.capnp] version = "0.18" [dependencies.fastrange-rs] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", "gzip", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.skar-format] version = "0.0.4" package = "skar-format-fuel" [dependencies.skar-net-types] version = "0.0.3" package = "skar-net-types-fuel" [dependencies.skar-schema] version = "0.0.2" package = "skar-schema-fuel" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "fs", ] default-features = false [dependencies.tokio-util] version = "0.7.10" features = ["compat"] [dependencies.url] version = "2" features = ["serde"] [dependencies.xxhash-rust] version = "0.8" features = ["xxh3"] [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.maplit] version = "1" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ]