mehcode / config-rs

⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
Apache License 2.0
2.57k stars 213 forks source link

Question: gate async parts behind a feature flag? #397

Closed nstinus closed 1 year ago

nstinus commented 1 year ago

Is it reasonable to gate the async part of this lib, and the related dependencies behind a flag? async-traits pulls in deps that are quite expensive to compile.

matthiasbeyer commented 1 year ago

It is not?

Yes, of course! Do you want to submit a PR for this?