[dependencies.entity_id_core]
version = "0.0.4"
[dependencies.proc-macro2]
version = "1.0.53"
[dependencies.quote]
version = "1.0.26"
[dependencies.syn]
version = "2.0.10"
[dependencies.ulid]
version = "1.0.0"
[dependencies.uuid]
optional = true
version = "1.3.0"
[features]
uuid = ["dep:uuid", "entity_id_core/uuid"]
[lib]
proc-macro = true
[package]
authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
categories = ["web-programming"]
description = "Production-grade entity IDs for your web application"
documentation = "https://docs.rs/entity_id_derive"
edition = "2021"
keywords = ["entity", "id", "identifier", "ulid", "derive"]
license = "MIT"
name = "entity_id_derive"
readme = "README.md"
repository = "https://github.com/maxdeviant/entity-id"
resolver = "1"
version = "0.0.4"