tyml_validate 0.1.10

TYML: type checker for markup language
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 = "tyml_validate"
version = "0.1.10"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TYML: type checker for markup language"
readme = false
license = "MIT"
repository = "https://github.com/tyml-org/tyml/"
resolver = "2"

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

[dependencies.allocator-api2]
version = "0.2.21"

[dependencies.auto_enums]
version = "0.8.7"

[dependencies.bumpalo]
version = "3.17.0"
features = ["allocator-api2"]

[dependencies.hashbrown]
version = "0.15.2"

[dependencies.tyml_parser]
version = "0.1.10"

[dependencies.tyml_source]
version = "0.1.8"

[dependencies.tyml_type]
version = "0.1.10"