faster-hex 0.4.0

Fast hex encoding.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "faster-hex"
version = "0.4.0"
authors = ["zhangsoledad <787953403@qq.com>"]
exclude = ["afl/*", "benches/*", "fuzz/*"]
description = "Fast hex encoding."
homepage = "https://github.com/NervosFoundation/faster-hex"
readme = "README.md"
keywords = ["simd", "hex"]
license = "MIT"
repository = "https://github.com/NervosFoundation/faster-hex"

[[bench]]
name = "hex"
harness = false

[[bench]]
name = "check"
harness = false
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.hex]
version = "0.3.2"

[dev-dependencies.proptest]
version = "0.8"

[dev-dependencies.rustc-hex]
version = "1.0"