type-info-derive 0.2.0

Meta type information and type reflection at compile-time and runtime.
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 = "type-info-derive"
version = "0.2.0"
authors = ["David Flemström <david.flemstrom@gmail.com>"]
description = "Meta type information and type reflection at compile-time and runtime."
keywords = ["reflection", "type", "metaclass", "meta", "introspection"]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/dflemstr/type-info"

[lib]
proc-macro = true
[dependencies.proc-macro2]
version = "0.3.6"

[dependencies.quote]
version = "0.5.1"

[dependencies.syn]
version = "0.13.1"

[dependencies.type-info]
version = "0.2.0"
[dev-dependencies.syn]
version = "0.13.1"
features = ["full"]

[dev-dependencies.tempfile]
version = "3.0.1"

[features]
nightly = ["proc-macro2/nightly"]