gem 0.1.1

Color representations and conversions
Documentation
1
2
3
4
5
6
7

### Fixed

- docs.rs build was failing: `#![feature(doc_auto_cfg)]` was merged into `doc_cfg` and removed as
  of the nightly toolchain docs.rs builds with (rustc 1.92+). Switched to `#![feature(doc_cfg)]`,
  the same fix already applied in `grixy` and `ixy` (`ixy` 0.6.1) for the identical reason.