# This file is part of `i18n_pattern-rizzen-yazston` crate. For the terms of use, please see the file # called `LICENSE-BSD-3-Clause` at the top level of the `i18n_pattern-rizzen-yazston` crate. [package] # suffix '-rizzen-yazston' appended to prevent package name clashes on 'crates.io' name = "i18n_pattern-rizzen-yazston" description = "The `i18n_pattern` crate of the Internationalisation project." license = "BSD-3-Clause" readme = "README.asciidoc" authors.workspace = true categories.workspace = true edition.workspace = true homepage.workspace = true include.workspace = true keywords.workspace = true repository.workspace = true rust-version.workspace = true version.workspace = true [package.metadata.docs.rs] all-features = true [features] compiled_data = [ "i18n_icu-rizzen-yazston/compiled_data", ] blob = [ "buffer", "i18n_icu-rizzen-yazston/blob", ] fs = [ "buffer", "i18n_icu-rizzen-yazston/fs", ] buffer = [ "icu_provider/serde", "icu_decimal/serde", "icu_datetime/serde", "icu_plurals/serde" ] sync = [ "i18n_icu-rizzen-yazston/sync", "i18n_lexer-rizzen-yazston/sync", "i18n_utility-rizzen-yazston/sync", "icu_provider/sync", ] log = [ "i18n_icu-rizzen-yazston/log", ] [dependencies] i18n_icu-rizzen-yazston = { workspace = true } i18n_utility-rizzen-yazston = { workspace = true } i18n_lexer-rizzen-yazston = { workspace = true } tree-rizzen-yazston = { workspace = true } icu_provider = { workspace = true } icu_locid = { workspace = true } icu_plurals = { workspace = true } icu_decimal = { workspace = true } icu_calendar = { workspace = true } icu_datetime = { workspace = true } fixed_decimal = { workspace = true } log = { workspace = true } [dev-dependencies] i18n_icu-rizzen-yazston = { workspace = true, features = [ "compiled_data" ] } os_info = { workspace = true } [lib] name = "i18n_pattern"