[package] name = "entity_id_core" version = "0.0.4" description = "Production-grade entity IDs for your web application" repository = "https://github.com/maxdeviant/entity-id" documentation = "https://docs.rs/entity_id_core" categories = ["web-programming"] keywords = ["entity", "id", "identifier", "ulid", "derive"] authors = ["Marshall Bowers "] license = "MIT" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro2 = "1.0.53" quote = "1.0.26" syn = "2.0.10" ulid = "1.0.0" uuid = { version = "1.3.0", optional = true } [features] uuid = ["dep:uuid", "ulid/uuid"]