Cargo Features
houseflow-config has no features set by default.
[dependencies]
houseflow-config = { version = "0.1.1", features = ["device", "client", "server", "postgres", "redis", "fs"] }
- device
-
Affects
houseflow-config::Config.device
… - client
-
Affects
houseflow-config::Config.client
… - server = postgres, redis
-
Affects
houseflow-config::Config.server
… - postgres server?
-
Affects
houseflow-config::postgres
… - redis server?
-
Affects
houseflow-config::redis
… - fs = tokio, toml
-
Affects
houseflow-config::read_file
…
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.
- tokio fs?
- toml fs?
-
Enables toml ^0.5.8