[dependencies.entity_id_core]
version = "0.0.3"
[dependencies.entity_id_derive]
optional = true
version = "0.0.3"
[dev-dependencies.ulid]
version = "1.0.0"
[dev-dependencies.uuid]
version = "1.3.0"
[features]
default = ["derive"]
derive = ["entity_id_derive"]
uuid = ["entity_id_core/uuid", "entity_id_derive?/uuid"]
[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"
edition = "2021"
keywords = ["entity", "id", "identifier", "ulid", "derive"]
license = "MIT"
name = "entity_id"
readme = "README.md"
repository = "https://github.com/maxdeviant/entity-id"
resolver = "1"
version = "0.0.3"