# 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 = "remotefs-aws-s3" version = "0.3.1" authors = ["Christian Visintin "] build = false include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "remotefs Aws S3 client library" homepage = "https://veeso.github.io/remotefs-rs-aws-s3/" documentation = "https://docs.rs/remotefs-aws-s3" readme = "README.md" keywords = [ "remotefs", "s3-client", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/veeso/remotefs-rs-aws-s3" [lib] name = "remotefs_aws_s3" path = "src/lib.rs" [dependencies.chrono] version = "^0.4.38" [dependencies.log] version = "^0.4" [dependencies.remotefs] version = "^0.3" [dependencies.rust-s3] version = "^0.34.0-rc4" features = ["sync"] default-features = false [dependencies.thiserror] version = "^1.0.0" [dev-dependencies.env_logger] version = "^0.11" [dev-dependencies.pretty_assertions] version = "^1" [dev-dependencies.rand] version = "^0.8.4" [dev-dependencies.serial_test] version = "^3" [dev-dependencies.tempfile] version = "^3" [features] default = [ "find", "native-tls", ] find = ["remotefs/find"] github-actions = [] native-tls = ["rust-s3/sync-native-tls"] native-tls-vendored = ["rust-s3/sync-native-tls-vendored"] no-log = ["log/max_level_off"] rustls = ["rust-s3/sync-rustls-tls"] with-containers = [] with-s3-ci = [] [target.'cfg(target_os = "windows")'.dependencies.path-slash] version = "^0.1.4"