# 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.75" name = "pyo3-object_store" version = "0.1.0-beta.1" authors = ["Kyle Barron "] build = false include = [ "src", "type-hints", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "object_store integration for pyo3." readme = "README.md" keywords = [] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/developmentseed/obstore" [lib] name = "pyo3_object_store" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.futures] version = "0.3" [dependencies.object_store] version = "0.11" features = [ "aws", "azure", "gcp", "http", ] [dependencies.pyo3] version = "0.22" features = [ "chrono", "indexmap", ] [dependencies.pyo3-async-runtimes] version = "0.22" features = ["tokio-runtime"] [dependencies.thiserror] version = "1" [dependencies.url] version = "2"