# 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 = "delta-sharing" version = "0.2.0" authors = ["Nikolay Ulmasov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Delta Sharing client library" documentation = "https://docs.rs/delta-sharing" readme = "README.md" keywords = [ "delta", "delta-sharing", ] categories = [ "api-bindings", "database", ] license = "Apache-2.0" repository = "https://github.com/r3stl355/delta-sharing-rust-client" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [lib] name = "delta_sharing" path = "src/lib.rs" [[example]] name = "async" path = "examples/async.rs" [[example]] name = "blocking" path = "examples/blocking.rs" required-features = ["blocking"] [[test]] name = "blocking" path = "tests/blocking.rs" required-features = ["blocking"] [[test]] name = "client" path = "tests/client.rs" [dependencies.anyhow] version = "1.0" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.parquet] version = "52.1.0" [dependencies.polars] version = "0.41.3" features = [ "lazy", "parquet", ] [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.rustc_version_runtime] version = "0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.url] version = "2.2" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.test-case] version = "2.2.1" [dev-dependencies.tokio-test] version = "0.4" [dev-dependencies.uuid] version = "1.1" features = ["v4"] [dev-dependencies.wiremock] version = "0.5" [features] blocking = ["reqwest/blocking"]