# 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 = "datafusion-objectstore-s3" version = "0.2.1" authors = ["Matthew Turner ", "Michael Seddon "] description = "S3 as an ObjectStore for Datafusion" homepage = "https://github.com/datafusion-contrib/datafusion-objectstore-s3" readme = "README.md" keywords = ["arrow", "query", "sql", "datafusion"] license = "Apache-2.0" repository = "https://github.com/datafusion-contrib/datafusion-objectstore-s3" resolver = "2" [lib] name = "datafusion_objectstore_s3" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.52" [dependencies.aws-config] version = "0.9.0" [dependencies.aws-sdk-s3] version = "0.9.0" [dependencies.aws-smithy-async] version = "0.39.0" [dependencies.aws-smithy-types] version = "0.39.0" [dependencies.aws-smithy-types-convert] version = "0.39.0" features = ["convert-chrono"] [dependencies.aws-types] version = "0.9.0" [dependencies.bytes] version = "1.1.0" [dependencies.datafusion-data-access] version = "8.0.0" [dependencies.futures] version = "0.3.19" [dependencies.http] version = "0.2.6" [dependencies.num_cpus] version = "1.13.1" [dependencies.tokio] version = "1.0" features = ["macros", "rt", "rt-multi-thread", "sync", "fs"] [dev-dependencies.arrow] version = "13" features = ["prettyprint"] [dev-dependencies.datafusion] version = "8.0.0"