l10n_embed 0.2.0

Framework for converting types to localized 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"
name = "l10n_embed"
version = "0.2.0"
authors = ["Finchie <rust@finchie.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Framework for converting types to localized strings"
readme = "README.md"
keywords = [
    "internationalization",
    "localization",
]
categories = [
    "internationalization",
    "localization",
]
license = "MIT OR Apache-2.0"
repository = "https://nest.pijul.com/finchie/l10n_embed"

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

[[example]]
name = "decimal"
path = "examples/decimal.rs"

[[example]]
name = "layout"
path = "examples/layout.rs"

[[example]]
name = "list"
path = "examples/list.rs"

[[example]]
name = "path"
path = "examples/path.rs"

[[example]]
name = "string"
path = "examples/string.rs"

[[example]]
name = "style"
path = "examples/style.rs"

[[example]]
name = "time"
path = "examples/time.rs"

[dependencies.anstyle]
version = "1.0"

[dependencies.camino]
version = "1.1"

[dependencies.fixed_decimal]
version = "0.7"
features = ["ryu"]

[dependencies.icu_decimal]
version = "2.0"

[dependencies.icu_experimental]
version = "0.3"

[dependencies.icu_list]
version = "2.0"

[dependencies.icu_locale]
version = "2.0"

[dependencies.icu_plurals]
version = "2.0"

[dependencies.jiff]
version = "0.2"

[dependencies.serde]
version = "1.0"

[dependencies.writeable]
version = "0.6"

[lints.clippy]
all = "deny"
cargo = "warn"
nursery = "warn"
pedantic = "warn"