rbx-rsml 0.1.13

A lexer and parser for the RSML 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 = "2021"
name = "rbx-rsml"
version = "0.1.13"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lexer and parser for the RSML language."
homepage = "https://www.rsml.style"
readme = "README.md"
license = "MIT"
repository = "https://github.com/rbx-rsml/rsml-rust.git"

[features]
with_extras = []

[lib]
name = "rbx_rsml"
crate-type = ["lib"]
path = "src/lib.rs"
test = true
doctest = true
bench = true
doc = true
harness = true
edition = "2021"

[dependencies.guarded]
version = "0.0.2"

[dependencies.indexmap]
version = "2.9.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.logos]
version = "0.15.0"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.palette]
version = "0.7.6"

[dependencies.phf]
version = "0.11.3"

[dependencies.phf_macros]
version = "0.11.3"

[dependencies.rbx_reflection_database]
version = "1.0.3"

[dependencies.rbx_types]
version = "2.0.0"
features = ["serde"]

[dependencies.rbx_types_ops]
version = "0.0.10"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde_json]
version = "1.0.140"

[build-dependencies.phf]
version = "0.11.3"

[build-dependencies.phf_codegen]
version = "0.11.3"

[build-dependencies.serde_json]
version = "1.0.140"