# 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 = "iop-sdk-rust" version = "0.0.4" authors = ["BEN ABDELHAMID Fethi"] exclude = [ ".env", ".gitignore", "target/*", ] description = "Unofficial Rust AliExpress Open platform SDK (iop-sdk-rust-20231210)" homepage = "https://github.com/Fethienv/iop-sdk-rust.git" documentation = "https://docs.rs/iop-sdk-rust" readme = "README.md" license = "MIT" repository = "https://github.com/Fethienv/iop-sdk-rust.git" [lib] name = "iop" path = "src/iop.rs" [dependencies.digest] version = "0.10.7" [dependencies.dotenv-vault] version = "0.1.1" [dependencies.hmac] version = "0.12.1" [dependencies.itertools] version = "0.12.0" [dependencies.md-5] version = "0.10.6" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.tokio] version = "1.34.0" features = ["full"]