ucm-core 0.1.10

Core types and traits for the Unified Content Model
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"
rust-version = "1.75"
name = "ucm-core"
version = "0.1.10"
description = "Core types and traits for the Unified Content Model"
readme = "README.md"
keywords = [
    "ucp",
    "ucm",
    "content",
    "document",
    "core",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/unified-content/ucp"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "wasmbind",
]

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.unicode-normalization]
version = "0.1"

[dev-dependencies.proptest]
version = "1.4"