# 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.80" name = "deltalake-mount" version = "0.6.0" authors = ["Qingping Hou "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Native Delta Lake implementation in Rust" homepage = "https://github.com/delta-io/delta.rs" readme = "README.md" keywords = [ "deltalake", "delta", "datalake", ] license = "Apache-2.0" repository = "https://github.com/delta-io/delta.rs" [lib] name = "deltalake_mount" path = "src/lib.rs" [[test]] name = "context" path = "tests/context.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.deltalake-core] version = "0.22.0" features = ["datafusion"] [dependencies.errno] version = "0.3" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1" [dependencies.object_store] version = "0.11" [dependencies.regex] version = "1" [dependencies.thiserror] version = "2" [dependencies.tokio] version = "1" [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.url] version = "2" [dev-dependencies.chrono] version = ">0.4.34" features = ["clock"] default-features = false [dev-dependencies.fs_extra] version = "1.3.0" [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1" [dev-dependencies.serial_test] version = "3" [dev-dependencies.tempfile] version = "3" [features] integration_test = []