mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-09-28 13:31:58 +00:00
30 lines
520 B
TOML
30 lines
520 B
TOML
[package]
|
|
name = "uuid-macro-internal"
|
|
version = "1.3.1"
|
|
edition = "2018"
|
|
authors = [
|
|
"QnnOkabayashi"
|
|
]
|
|
categories = [
|
|
"data-structures",
|
|
"no-std",
|
|
"parser-implementations",
|
|
"wasm"
|
|
]
|
|
description = "Private implementation details of the uuid! macro."
|
|
documentation = "https://docs.rs/uuid"
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies.syn]
|
|
version = "2.0.5"
|
|
|
|
[dependencies.quote]
|
|
version = "1.0.10"
|
|
|
|
[dependencies.proc-macro2]
|
|
version = "1.0.29"
|
|
features = ["span-locations"]
|