Features from optional dependencies

bytes cfg(any()) implicit feature

Enables bytes

bytes:

Types and traits for working with bytes

encoding_rs cfg(any()) implicit feature

Enables encoding_rs

encoding_rs:

A Gecko-oriented implementation of the Encoding Standard

lazy_static cfg(any()) implicit feature

Enables lazy_static

lazy_static:

A macro for declaring lazily evaluated statics in Rust

log cfg(any()) implicit feature

Enables log

log:

A lightweight logging facade for Rust

paste cfg(any()) implicit feature

Enables paste

paste:

Macros for all your token pasting needs