formatjs_icu_skeleton_parser 0.1.2

Parser for ICU number and date/time skeleton strings
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_skeleton_parser"
version = "0.1.2"
authors = [
    "FormatJS Team",
    "Long Ho <holevietlong@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for ICU number and date/time skeleton strings"
homepage = "https://formatjs.io/"
documentation = "https://docs.rs/formatjs_icu_skeleton_parser"
readme = "README.md"
keywords = [
    "icu",
    "i18n",
    "internationalization",
    "formatting",
    "skeleton",
]
categories = [
    "internationalization",
    "parser-implementations",
    "localization",
]
license = "MIT"
repository = "https://github.com/formatjs/formatjs"

[lib]
name = "formatjs_icu_skeleton_parser"
path = "lib.rs"

[dependencies.once_cell]
version = "1.21"

[dependencies.regex]
version = "1.12"

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

[dependencies.serde_json]
version = "1.0"