//! Miscellaneous support code used by Cargo.
//!
//! > This crate is maintained by the Cargo team, primarily for use by Cargo
//! > and not intended for external use (except as a transitive dependency). This
//! > crate may make major changes to its APIs or be deprecated without warning.
pub use read2;
pub use du;
pub use ProcessBuilder;
pub use ;
pub use Sha256;
/// Whether or not this running in a Continuous Integration environment.