1 2 3 4 5 6 7 8
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))] #[cfg(feature = "secret")] pub mod command; #[cfg(feature = "secret")] pub mod secret; #[cfg(feature = "toml")] pub mod toml;