# 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 = "entity_id_core" version = "0.0.4" authors = ["Marshall Bowers "] description = "Production-grade entity IDs for your web application" documentation = "https://docs.rs/entity_id_core" readme = "README.md" keywords = [ "entity", "id", "identifier", "ulid", "derive", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/maxdeviant/entity-id" resolver = "1" [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] version = "1.3.0" optional = true [features] uuid = [ "dep:uuid", "ulid/uuid", ]