Cargo Features
[dependencies]
greenhouse_core = { version = "0.0.6", default-features = false, features = ["service_dto", "smart_device_dto", "smart_device_interface"] }
- default = api_script_dto, api_web_dto, service_dto, smart_device_dto, smart_device_interface
-
These default features are set whenever
greenhouse_core
is added without
somewhere in the dependency tree.default-features = false - api_web_dto api_script_dto service_dto default
- smart_device_dto default smart_device_interface
-
Affects
greenhouse_core::smart_device_dto
… - smart_device_interface default = smart_device_dto
-
Enables axum
Affects
greenhouse_core::smart_device_interface
…