use ;
use Cow;
/// Represents metadata about a crate available on the Rust playground.
///
/// Includes the crate's name, version, and unique identifier.
/// A response containing a list of available crates on the Rust playground.
///
/// Each crate is represented by a [`CrateInformation`] struct.