Cargo Features
actix-web-location has no features set by default.
[dependencies]
actix-web-location = { version = "0.7.0", features = ["maxmind", "actix-web-v3", "actix-web-v4", "serde", "cadence"] }
- maxmind = maxminddb
- actix-web-v3 = actix-web-3
-
Affects
actix-web-location::providers
… - actix-web-v4 = actix-web-4
-
Affects
actix-web-location::providers
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
- actix-web-3 actix-web-v3?
-
Enables actix-web ^3
- actix-web-4 actix-web-v4?
-
Enables actix-web
- maxminddb maxmind?
-
Enables maxminddb ^0.22
- cadence implicit feature
-
Enables cadence ^0.29
cadence:
An extensible Statsd client for Rust