Cargo Features
cronback-api-model has no features set by default.
[dependencies]
cronback-api-model = { version = "0.1.0", features = ["client", "dto", "validation", "server", "clap"] }
- admin client
- dto server?
-
Enables cronback-dto, cronback-lib, and cronback-proto
cronback-dto:
Internal Dependencies
Affects
trigger::Trigger.id
… - validation server?
-
Enables chrono-tz ^0.8, cron ^0.12.0, ipext, cronback-lib, thiserror ^1, url, and validator ^0.16.0
Affects
schedule::validate_timezone
,webhook::validate_webhook_url
… - server = dto, validation
- clap
-
Enables clap