# 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 = "aliexpress-sdk" version = "1.0.0" authors = ["ThorvaldOF"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust implementation of the Aliexpress Open Platform SDK" homepage = "https://github.com/ThorvaldOF/aliexpress-sdk" readme = "README.md" keywords = [ "api", "aliexpress", "sdk", "hmac", ] categories = [ "api-bindings", "web-programming", ] license = "MIT" repository = "https://github.com/ThorvaldOF/aliexpress-sdk" [lib] name = "aliexpress_sdk" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.chrono] version = "0.4.38" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.13.0-pre.4" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde_json] version = "1.0.128" [dependencies.sha2] version = "0.11.0-pre.4"