formatjs_icu_messageformat_parser 0.2.4

ICU MessageFormat parser implementation in Rust
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"
rust-version = "1.90"
name = "formatjs_icu_messageformat_parser"
version = "0.2.4"
authors = [
    "FormatJS Team",
    "Long Ho <holevietlong@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ICU MessageFormat parser implementation in Rust"
homepage = "https://formatjs.io/"
documentation = "https://docs.rs/formatjs_icu_messageformat_parser"
readme = "README.md"
keywords = [
    "icu",
    "i18n",
    "internationalization",
    "messageformat",
    "intl",
]
categories = [
    "internationalization",
    "parser-implementations",
    "localization",
]
license = "MIT"
repository = "https://github.com/formatjs/formatjs"

[lib]
name = "formatjs_icu_messageformat_parser"
crate-type = [
    "cdylib",
    "rlib",
]
path = "lib.rs"

[[bench]]
name = "comparison_bench"
path = "benches/comparison_bench.rs"

[[bench]]
name = "parser_bench"
path = "benches/parser_bench.rs"
harness = false

[dependencies.formatjs_icu_skeleton_parser]
version = "0.1.1"

[dependencies.icu]
version = "2.1"

[dependencies.indexmap]
version = "2.12"
features = ["serde"]

[dependencies.once_cell]
version = "1.21"

[dependencies.regex]
version = "1.11"

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

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.serde_json]
version = "1.0"

[dependencies.wasm-bindgen]
version = "=0.2.105"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.swc_icu_messageformat_parser]
version = "15.0.0"