# 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 = "ve-tos-rust-sdk" version = "2.0.2" authors = ["xiangshijian"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "volcengine offical tos rust sdk" readme = "README.md" license = "Apache-2.0" [lib] name = "ve_tos_rust_sdk" path = "src/lib.rs" [[test]] name = "async_bucket" path = "tests/async_bucket.rs" [[test]] name = "async_object" path = "tests/async_object.rs" [[test]] name = "bucket" path = "tests/bucket.rs" [[test]] name = "multipart" path = "tests/multipart.rs" [[test]] name = "object" path = "tests/object.rs" [dependencies.arc-swap] version = "1.6.0" [dependencies.async-trait] version = "0.1.77" [dependencies.base64] version = "0.21.7" [dependencies.bytes] version = "1.5.0" [dependencies.chrono] version = "0.4.20" [dependencies.futures-core] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12" [dependencies.log] version = "0.4.20" [dependencies.md-5] version = "0.10.6" default-features = false [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.3" default-features = false [dependencies.reqwest] version = "0.11.13" features = [ "blocking", "native-tls", "stream", "json", ] default-features = false [dependencies.serde] version = "1.0.156" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" default-features = false [dependencies.url] version = "2.5.0" [dependencies.urlencoding] version = "2.1.3" default-features = false [dependencies.ve-tos-generic] version = "0.0.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.36.0" [dev-dependencies.tokio-test] version = "0.4.3" [dev-dependencies.tokio-util] version = "0.7.10" [features] asynchronous = [] default = []