Optional features in the Coolor crate:
This feature enables From/Into conversions between the coolor Color type and the [Crossterm](https://github.com/crossterm-rs/crossterm) Color type.
Example inclusion in Cargo.toml:
```toml
[dependencies]
coolor = { version="0.3", features=["crossterm"] }
```