data-encoding-macro-internal 0.1.2

Internal library for data-encoding-macro
# 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 = "data-encoding-macro-internal"
version = "0.1.2"
authors = ["Julien Cretin <cretin@google.com>"]
include = ["Cargo.toml", "LICENSE", "README.md", "src/lib.rs"]
description = "Internal library for data-encoding-macro"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ia0/data-encoding"

[lib]
proc-macro = true
[dependencies.data-encoding]
version = "2.1"

[dependencies.proc-macro-hack]
version = "0.4.0"
optional = true

[dependencies.syn]
version = "0.11.11"

[features]
stable = ["proc-macro-hack"]