[package] name = "remitano-api" version = "0.0.3" authors = ["Thien Le "] edition = "2021" license = "MIT OR Apache-2.0" description = "Remitano API Rust Client" homepage = "https://blog.botbie.io/" repository = "https://github.com/nguquen/remitano-api-rs" readme = "README.md" keywords = ["remitano", "api", "async"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", features = ["json"] } anyhow = "1.0.61" derive_builder = "0.11.2" serde = "1.0" serde_json = "1.0" sha1 = "0.10" md-5 = "0.10" hmac = "0.12" base64 = "0.13.0" serde_qs = "0.10" hyperx = "1.4.0"