obzenflow-idkit 0.2.1

Phantom-typed ULID identifiers for ObzenFlow - type-safe IDs for native and WASM
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 = "obzenflow-idkit"
version = "0.2.1"
authors = ["ObzenFlow Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Phantom-typed ULID identifiers for ObzenFlow - type-safe IDs for native and WASM"
homepage = "https://github.com/ObzenFlow/obzenflow-idkit"
documentation = "https://docs.rs/obzenflow-idkit"
readme = "README.md"
keywords = [
    "ulid",
    "wasm",
    "cross-platform",
    "phantom-types",
    "obzenflow",
]
categories = [
    "wasm",
    "data-structures",
    "no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ObzenFlow/obzenflow-idkit"

[features]
default = []
gen = [
    "dep:getrandom",
    "dep:web-time",
]
serde = ["dep:serde"]

[lib]
name = "obzenflow_idkit"
path = "src/lib.rs"

[dependencies.getrandom]
version = "0.2"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.ulid]
version = "1.2"
default-features = false

[dependencies.web-time]
version = "1"
optional = true

[dev-dependencies.serde_json]
version = "1.0"