formatjs_intl 0.2.0

High-level internationalization runtime for 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.92"
name = "formatjs_intl"
version = "0.2.0"
authors = [
    "FormatJS Team",
    "Long Ho <holevietlong@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level internationalization runtime for Rust"
homepage = "https://formatjs.io/"
documentation = "https://docs.rs/formatjs_intl"
readme = "README.md"
keywords = [
    "icu",
    "i18n",
    "internationalization",
    "localization",
    "intl",
]
categories = [
    "internationalization",
    "localization",
]
license = "BSD-3-Clause"
repository = "https://github.com/formatjs/formatjs"

[lib]
name = "formatjs_intl"
crate-type = ["rlib"]
path = "lib.rs"

[dependencies.formatjs_icu_messageformat]
version = "0.1.2"

[dependencies.formatjs_intl_macros]
version = "0.1.1"

[dependencies.icu_locale]
version = "2.1"

[dev-dependencies.serde_json]
version = "1.0"