Cargo Features
tsdb_timon has no features set by default.
[dependencies]
tsdb_timon = { version = "1.1.3", features = ["dev_cli", "cloud_server"] }
- dev_cli = clap
- cloud_server = actix-web, actix-web-httpauth, env_logger, jsonwebtoken, log
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.
- clap dev_cli?
-
Enables clap
optional dependencies
- actix-web cloud_server?
- actix-web-httpauth cloud_server?
- jsonwebtoken cloud_server?
-
Enables jsonwebtoken ^9.3.0
- log cloud_server?
- env_logger cloud_server?