Cargo Features
[dependencies]
senax = { version = "0.3.9", default-features = false, features = ["config"] }
- default = config
-
The
config
feature is set by default wheneversenax
is added without
somewhere in the dependency tree.default-features = false - config default = axum, axum-aws-lambda, flate2, http, httpdate, lambda_http, tower, tower-http
-
Affects
common::parse_yml
,common::read_simple_vo_yml
,common::write_simple_vo_yml
,common::read_api_yml
,common::write_api_yml
,common::set_api_config
,json_schema::json_config_schema
,json_schema::json_model_schema
,json_schema::json_simple_vo_schema
,json_schema::json_api_config_schema
,json_schema::json_api_db_schema
,json_schema::json_api_schema
…
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.
- axum config
- axum-aws-lambda config
-
Enables axum-aws-lambda ^0.8
- tower config
-
Enables tower ^0.4
- tower-http config
-
Enables tower-http ^0.5
- lambda_http config
- flate2 config
- http config
- httpdate config