# 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" rust-version = "1.73" name = "zenlayercloud-sdk-cdn" version = "0.0.2-alpha" authors = ["Jarod Liu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Async Zenlayer Cloud openapi wrapper" readme = "README.md" categories = ["api-bindings"] license-file = "LICENSE" repository = "https://github.com/jarod/zenlayercloud-sdk-rs" [lib] name = "zenlayercloud_sdk_cdn" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.bon] version = "3.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["macros"] [dependencies.zenlayercloud-sdk] version = "0.0.2-alpha" [dev-dependencies.env_logger] version = "0.11"