ucm-engine 0.1.10

Transformation engine 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-engine"
version = "0.1.10"
description = "Transformation engine for the Unified Content Model"
readme = "README.md"
keywords = [
    "ucp",
    "ucm",
    "engine",
    "transform",
    "content",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/unified-content/ucp"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.ucm-core]
version = "0.1.10"

[dependencies.ucp-translator-markdown]
version = "0.1.10"

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