ekg-identifier 0.0.21

A library for generating and parsing EKG identifiers
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 = "2024"
rust-version = "1.92.0"
name = "ekg-identifier"
version = "0.0.21"
authors = ["Jacobus Geluk <jacobus.geluk@dataroad.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for generating and parsing EKG identifiers"
readme = "README.md"
keywords = [
    "ekg",
    "knowledge-graph",
    "rdf",
    "aws",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/legra-ai/ekg-rs"

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

[dependencies.const_format]
version = "0.2.36"

[dependencies.ekg-error]
version = "0.0.21"

[dependencies.ekg-util]
version = "0.0.21"

[dependencies.iref]
version = "4.2.0"
features = [
    "serde",
    "std",
]
default-features = false

[dependencies.iri-string]
version = "0.7.14"
features = [
    "std",
    "serde",
    "alloc",
]
default-features = false

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.serde]
version = "1"
features = [
    "std",
    "derive",
]
default-features = false

[dependencies.tracing]
version = "0.1.44"
features = [
    "log",
    "attributes",
]
default-features = false

[dev-dependencies.iri-string]
version = "0.7.14"
features = [
    "std",
    "serde",
    "alloc",
]
default-features = false

[dev-dependencies.test-log]
version = "0.2.21"
features = ["trace"]
default-features = false