# 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 = "remitano-api" version = "0.0.3" authors = ["Thien Le "] description = "Remitano API Rust Client" homepage = "https://blog.botbie.io/" readme = "README.md" keywords = [ "remitano", "api", "async", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nguquen/remitano-api-rs" [dependencies.anyhow] version = "1.0.61" [dependencies.base64] version = "0.13.0" [dependencies.derive_builder] version = "0.11.2" [dependencies.hmac] version = "0.12" [dependencies.hyperx] version = "1.4.0" [dependencies.md-5] version = "0.10" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_qs] version = "0.10" [dependencies.sha1] version = "0.10"