unicode_names2 0.2.0

Map characters to and from their name given in the Unicode standard. This goes to great lengths to be as efficient as possible in both time and space, with the full bidirectional tables weighing barely 500 KB but still offering O(1)* look-up in both directions. (*more precisely, O(length of name).)
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]
name = "unicode_names2"
version = "0.2.0"
authors = ["Huon Wilson <dbau.pp@gmail.com>", "Kang Seonghoon <public+rust@mearie.org>", "Valentin Lorentz <progval+git@progval.net>"]
exclude = ["data/*", "generator/*"]
description = "Map characters to and from their name given in the Unicode standard.\nThis goes to great lengths to be as efficient as possible in both time\nand space, with the full bidirectional tables weighing barely 500 KB\nbut still offering O(1)* look-up in both directions. (*more precisely,\nO(length of name).)\n"
homepage = "https://github.com/ProgVal/unicode_names2"
documentation = "https://docs.rs/unicode_names2/"
readme = "README.md"
keywords = ["text", "unicode"]
license = "MIT/Apache-2.0"
repository = "https://github.com/ProgVal/unicode_names2"
[dev-dependencies.rand]
version = "0.5.1"

[features]
default = []
no_std = []
unstable = []