ranim-items 0.2.0

The built-in items of Ranim.
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"
name = "ranim-items"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The built-in items of Ranim."
readme = false
license = "MIT"
repository = "https://github.com/AzurIce/ranim"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[package.metadata.release]
tag = false

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

[dependencies.chrono]
version = "0.4.44"

[dependencies.derive_more]
version = "2.1.1"
features = [
    "deref_mut",
    "deref",
    "index",
    "index_mut",
    "is_variant",
    "as_ref",
    "from",
    "into_iterator",
]

[dependencies.diff-match-patch-rs]
version = "0.5.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.lru]
version = "0.16.3"

[dependencies.ranim-core]
version = "0.2.0"

[dependencies.ranim-macros]
version = "0.2.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.sha1]
version = "0.10.6"

[dependencies.tracing]
version = "0.1.44"

[dependencies.typst]
version = "0.14.2"

[dependencies.typst-kit]
version = "0.14.2"
features = [
    "fonts",
    "embed-fonts",
]
default-features = false

[dependencies.typst-svg]
version = "0.14.2"

[dependencies.usvg]
version = "0.45.1"

[dev-dependencies.assert_float_eq]
version = "1.2.0"