data-encoding-macro-internal 0.1.11

Internal library for data-encoding-macro
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "data-encoding-macro-internal"
version = "0.1.11"
authors = ["Julien Cretin <cretin@google.com>"]
license = "MIT"
edition = "2018"
rust-version = "1.47"
description = "Internal library for data-encoding-macro"
readme = "README.md"
repository = "https://github.com/ia0/data-encoding"
include = ["Cargo.toml", "LICENSE", "README.md", "src/lib.rs"]

[lib]
proc-macro = true

[dependencies]
data-encoding = { version = "2.4", path = "../..", default-features = false, features = ["alloc"] }
syn = { version = "1", default-features = false, features = ["parsing", "proc-macro"] }