//! Cargo.toml features
//!
//! ### Default Features
//!
//! * `bstr` - enables [BStr], [BString], [AsBStrPtr], [AsOptBStrPtr], [IntoBStr], and [IntoOptBStr]
//! * `display` - enables [Display](std::fmt::Display) on strings, despite the
//! fact that they may contain invalid unicode which might be lossily converted.
//!
//! ### Opt-in Features
//!
//! * none yet
use crate::*;