# 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 = "volcengine" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a rust api sdk for volcengine, for CI test, not for production" homepage = "https://github.com/yexiangyu/volcengine-rs" documentation = "https://docs.rs/volcengine-rs" readme = "README.md" categories = ["api-bindings"] license = "MIT" [lib] name = "volcengine" path = "src/lib.rs" [dependencies.dotenv] version = "0.15.0" [dependencies.http] version = "1" [dependencies.reqwest] version = "0.12.5" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dependencies.serde_with] version = "3.9.0" [dependencies.smart-default] version = "0.7.1" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.3" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.url] version = "2.4"