Cargo Features

[dependencies]
lalamove-rs = { version = "0.1.4", default-features = false, features = ["awc", "reqwest"] }
default = reqwest

The reqwest feature is set by default whenever lalamove-rs is added without default-features = false somewhere in the dependency tree.

awc

Enables awc, hex, hmac, mime, serde_json, and sha2

reqwest default

Enables hex, hmac, mime, reqwest ^0.11.20, serde_json, and sha2

Lalamove-Rs has 3 features without comments.