tor-keymgr/keymgr feature should depend on specific features, not the "experimental" catch-all feature
Right now, crates/tor-keymgr/Cargo.toml
has:
crates/tor-keymgr/Cargo.toml:keymgr = ["__is_experimental", "tor-error/experimental", "tor-config/experimental"]
It would be better if instead of depending on all experimental features in tor-error
and tor-config
, it depended only on the specific features it needs.
cc @gabi-250