derive_type_level_lib 0.1.0

macros 1.1 derive macros for type-level values and users of them.
[badges.travis-ci]
repository = "rodrimati1992/type_level/"
[build-dependencies.rustc_version]
version = "0.2"
[dependencies.arrayvec]
version = "0.4"

[dependencies.core_extensions]
version = "0.1.4"

[dependencies.lazy_static]
version = "~1.1"

[dependencies.proc-macro2]
version = "0.4"

[dependencies.quote]
version = "0.6"

[dependencies.regex]
version = "1.0"

[dependencies.syn]
features = ["extra-traits", "visit", "full", "visit-mut"]
version = "0.15"

[dependencies.typed-arena]
version = "1.4"

[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
categories = ["no-std"]
description = "macros 1.1 derive macros for type-level values and users of them."
include = ["Cargo.toml", "src/**/*.rs", "build.rs", "../readme.md", "../APACHE_license", "../MIT_license"]
keywords = ["typelevel", "no-std"]
license = "MIT/Apache-2.0"
name = "derive_type_level_lib"
readme = "../readme.md"
repository = "https://github.com/rodrimati1992/type_level"
version = "0.1.0"