leptos_i18n_codegen 0.6.2

codegen crate for the leptos_i18n crate
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 = "leptos_i18n_codegen"
version = "0.6.2"
authors = ["Baptiste de Montangon"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "codegen crate for the leptos_i18n crate"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Baptistemontan/leptos_i18n"
resolver = "2"

[package.metadata.cargo-all-features]
denylist = ["nightly"]

[features]
csr = []
default = []
dynamic_load = []
format_currency = [
    "leptos_i18n_parser/format_currency",
    "format_nums",
]
format_datetime = ["leptos_i18n_parser/format_datetime"]
format_list = ["leptos_i18n_parser/format_list"]
format_nums = ["leptos_i18n_parser/format_nums"]
hydrate = []
islands = []
plurals = ["leptos_i18n_parser/plurals"]
ssr = []

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

[dependencies.icu_locale]
version = "2.2"
features = ["compiled_data"]
default-features = false

[dependencies.leptos_i18n_parser]
version = "=0.6.2"
default-features = false

[dependencies.proc-macro2]
version = "1.0"
default-features = true

[dependencies.quote]
version = "1.0"
default-features = true

[dependencies.syn]
version = "2.0"
default-features = true

[dependencies.tinystr]
version = "0.8"
default-features = false