unique-type-id-derive 1.4.1

A unique id proc-macro generator for types.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "unique-type-id-derive"
version = "1.4.1"
authors = ["Victor Polevoy <fx@thefx.co>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A unique id proc-macro generator for types."
readme = false
keywords = [
    "unique",
    "type",
    "id",
    "number",
]
license = "MIT"
repository = "https://github.com/iddm/unique-type-id"

[lib]
name = "unique_type_id_derive"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.fs2]
version = "0.4"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"

[dev-dependencies]