# 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 = "obstacle" version = "0.0.2" authors = ["Marius S <39998+winding-lines@users.noreply.github.com>"] description = "Integrate the object_store crate with mmap based consumers like Polars." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/winding-lines/obstacle" [dependencies.futures] version = "0.3.28" [dependencies.futures-util] version = "0.3.28" [dependencies.home] version = "0.5.5" [dependencies.memmap2] version = "0.7.1" [dependencies.object_store] version = "0.6.1" [dependencies.regex] version = "1.9.1" [dependencies.tokio] version = "1.29.1" features = [ "net", "rt-multi-thread", ] [dependencies.url] version = "2.4.0" [dependencies.uuid] version = "1.4.0" features = ["v4"] [dev-dependencies.aws-creds] version = "0.35.0" [features] async = [] aws = [ "async", "object_store/aws", ] azure = [ "async", "object_store/azure", ] gcp = [ "async", "object_store/gcp", ] http = [ "async", "object_store/http", ] serde-lazy = []