# 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 = "minio-rsc" version = "0.2.3" description = "rust for minio, api is compliant with the Amazon S3 protocol." readme = "README.md" keywords = [ "minio", "s3", "tokio", ] license = "MIT OR Apache-2.0" repository = "https://gitee.com/krealseu/minio-rsc" [lib] name = "minio_rsc" path = "src/lib.rs" [dependencies.async-stream] version = "^0.3.5" [dependencies.base64] version = "^0.22" [dependencies.bytes] version = "^1.2.0" [dependencies.chrono] version = "^0.4" features = [ "alloc", "clock", "serde", ] default-features = false [dependencies.crc32fast] version = "^1.4" [dependencies.futures] version = "^0.3.5" [dependencies.futures-core] version = "^0.3.5" [dependencies.futures-util] version = "^0.3.5" [dependencies.hex] version = "^0.4.2" [dependencies.hmac] version = "^0.12.0" [dependencies.hyper] version = "^1" [dependencies.md5] version = "^0.7" [dependencies.once_cell] version = "^1.13" [dependencies.regex] version = "^1.6.0" [dependencies.reqwest] version = "^0.12" features = ["stream"] [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde-xml-rs] version = "^0.6" [dependencies.sha2] version = "^0.10" [dependencies.tokio] version = "^1" features = ["fs"] optional = true [dependencies.urlencoding] version = "^2.1.2" [dev-dependencies.async-stream] version = "^0.3.5" [dev-dependencies.dotenv] version = "^0.15" [dev-dependencies.tokio] version = "^1" features = ["full"] [features] ext = [] fs-tokio = ["tokio"]