# 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-catalog-glue" 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_catalog_glue" path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" [dependencies.async-trait] version = "0.1" [dependencies.aws-config] version = "1" [dependencies.aws-sdk-glue] version = "1" [dependencies.deltalake-core] version = "0.22.0" [dependencies.thiserror] version = "2" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]