fluent-datetime 0.1.1

Integrate ICU international date formatting with Fluent translations
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 = "2021"
name = "fluent-datetime"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Integrate ICU international date formatting with Fluent translations"
readme = "README.md"
license = "ISC"
repository = "https://github.com/g2p/fluent-datetime"

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

[[bench]]
name = "icu-formatter-instanciation"
path = "benches/icu-formatter-instanciation.rs"
harness = false

[dependencies.fluent-bundle]
version = "0.16"

[dependencies.icu_calendar]
version = "1.3"

[dependencies.icu_datetime]
version = "1.3"

[dependencies.icu_locid]
version = "1.3"

[dependencies.icu_provider]
version = "1.3"

[dependencies.intl-memoizer]
version = "0.5.3"

[dependencies.unic-langid]
version = "0.9"

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

[dev-dependencies.fluent]
version = "0.17"