//! `cargo-wizard` is a Cargo subcommand that can apply preconfigured templates to your Cargo.toml manifest.
//!
//! Non-interactive command-line usage:
//! ```bash
//! cargo wizard apply <template> <profile> [--nightly=on]
//! ```
//! Interactive command-line usage:
//! ```bash
//! cargo wizard
//! ```
//!
//! You can also use this crate as a library, although it probably won't be very useful.
pub use *;
pub use ;
pub use TomlValue;
pub use get_core_count;
pub use CargoConfig;
pub use ;
pub use ;