[package]
name = "lut"
version = "0.1.1-unstable"
authors = ["Philipp Korber
"]
license = "MIT/Apache-2.0"
description = "provides lookup tables and helps with constructstructing (and merging) more of them"
readme = "README.md"
documentation = "https://docs.rs/lut"
repository = "https://github.com/1aim/lut"
keywords = [ "lookup", "tables" ]
[dependencies]
lazy_static = "0.2"
[features]
default = []
media-type-chars = []
[badges]
travis-ci = { repository = "1aim/lut", branch = "master" }
maintenance = { status = "deprecated" }