# 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 = "lalamove-rs" version = "0.1.4" authors = ["Elijah Axel L. Ang"] description = "An unofficial Lalamove API crate for rust. It's still in development; PRs welcome!" homepage = "https://github.com/eliaxelang007/Lalamove-Rs" readme = "README.md" keywords = [ "api", "http", "async", "lalamove", "commerce", ] categories = [ "api-bindings", "asynchronous", "web-programming::http-client", ] license = "Apache-2.0" repository = "https://github.com/eliaxelang007/Lalamove-Rs" [dependencies.async-trait] version = "0.1.73" [dependencies.awc] version = "3.1.1" features = ["rustls"] optional = true [dependencies.cfg-if] version = "1.0.0" [dependencies.hex] version = "0.4.3" optional = true [dependencies.hmac] version = "0.12.1" optional = true [dependencies.http] version = "0.2.9" [dependencies.mime] version = "0.3.17" optional = true [dependencies.phonenumber] version = "0.3.2" [dependencies.reqwest] version = "0.11.20" optional = true [dependencies.rusty-money] version = "0.4.1" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.105" optional = true [dependencies.serde_with] version = "3.3.0" [dependencies.sha2] version = "0.10.7" optional = true [dependencies.thiserror] version = "1.0.47" [dev-dependencies.actix-rt] version = "2.9.0" [dev-dependencies.dotenvy_macro] version = "0.15.7" [dev-dependencies.tokio] version = "1.32.0" features = ["macros"] [features] _client = [ "dep:mime", "dep:serde_json", "dep:hmac", "dep:sha2", "dep:hex", ] awc = [ "dep:awc", "_client", ] default = ["reqwest"] reqwest = [ "dep:reqwest", "_client", ]