# 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 = "flysystem" version = "0.2.0" authors = ["Miguel Piedrafita "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A filesystem abstraction layer for Rust." readme = "README.md" keywords = [ "filesystem", "asynchronous", "storage", "storage-abstraction", ] categories = [ "filesystem", "asynchronous", ] license = "MIT" repository = "https://github.com/m1guelpf/flysystem" [lib] name = "flysystem" path = "src/lib.rs" [dependencies.async-recursion] version = "1.1.1" optional = true [dependencies.async-trait] version = "0.1.83" [dependencies.aws-sdk-s3] version = "1.51.0" features = ["behavior-version-latest"] optional = true [dependencies.aws-smithy-runtime-api] version = "1.7.2" optional = true [dependencies.aws-smithy-types] version = "1.2.7" optional = true [dependencies.aws-types] version = "1.3.3" optional = true [dependencies.futures] version = "0.3.30" [dependencies.mime] version = "0.3.17" [dependencies.mime_guess] version = "2.0.5" [dependencies.sha256] version = "1.5.0" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" optional = true [dependencies.url] version = "2.5.2" [dev-dependencies.tokio] version = "1.35.0" features = [ "rt-multi-thread", "rt", "macros", ] [features] default = ["local"] local = [ "dep:async-recursion", "dep:tokio", "tokio/fs", ] s3 = [ "dep:aws-sdk-s3", "dep:aws-types", "dep:aws-smithy-runtime-api", "dep:aws-smithy-types", ]