# 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 = "strois" version = "0.0.4" authors = [ "Tamo ", ] description = "S3 synchronous SDK based on rusty_s3 and ureq" readme = "README.md" keywords = [ "meilisearch", "s3", "sdk", "sync", ] categories = ["web-programming::http-client"] license = "MIT" repository = "https://github.com/meilisearch/strois" [dependencies.http] version = "0.2.9" [dependencies.log] version = "0.4.20" [dependencies.quick-xml] version = "0.30.0" features = [ "serialize", "serde-types", "serde", ] [dependencies.rusty-s3] version = "0.5.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.thiserror] version = "1.0.48" [dependencies.ureq] version = "2.7.1" [dependencies.url] version = "2.4.1" [dev-dependencies.insta] version = "1.32.0" [dev-dependencies.uuid] version = "1.4.1" features = ["v4"] [features] default = ["json"] json = ["ureq/json"]