Cargo Features

[dependencies]
hexe_core = { version = "0.0.5", default-features = false, features = ["std", "simd", "rand", "serde"] }
default = std

These default features are set whenever hexe_core is added without default-features = false somewhere in the dependency tree.

Enables libc of memchr

memchr:

The 'libc' feature has been DEPRECATED and no longer has any effect.

std default

Enables std of uncon and uncon_derive and use_std of memchr

memchr:

The 'use_std' feature is DEPRECATED. It will be removed in memchr 3. Until then, it is alias for the 'std' feature.

simd

Features from optional dependencies

rand implicit feature

Enables rand ^0.4.1

rand:

Random number generators and other randomness functionality

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework