# 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" rust-version = "1.70.0" name = "i18n_lexer-rizzen-yazston" version = "0.10.1" authors = ["Rizzen Yazston"] build = false include = [ "src/**/*", "Cargo.toml", "BSD-3-Clause", "README.asciidoc", ] autobins = false autoexamples = false autotests = false autobenches = false description = "The `i18n_lexer` crate of the Internationalisation project." homepage = "https://github.com/rizzen-yazston/i18n" readme = "README.asciidoc" keywords = [ "internationalization", "localization", "icu4x", ] categories = [ "internationalization", "localization", "rust-patterns", ] license = "BSD-3-Clause" repository = "https://github.com/rizzen-yazston/i18n" [package.metadata.docs.rs] all-features = true [lib] name = "i18n_lexer" path = "src/lib.rs" [dependencies.i18n_utility-rizzen-yazston] version = "0.10.1" default-features = false [dependencies.icu_properties] version = "1.5.0" default-features = false [dependencies.icu_provider] version = "1.5.0" features = ["serde"] default-features = false [dependencies.icu_provider_blob] version = "1.5.0" default-features = false [dependencies.icu_provider_fs] version = "1.5.0" default-features = false [dependencies.icu_segmenter] version = "1.5.0" features = ["serde"] default-features = false [dependencies.log] version = "0.4.22" default-features = false [features] buffer = [ "icu_segmenter/serde", "icu_properties/serde", ] default = ["icu_compiled_data"] icu_blob = [ "buffer", "icu_provider/deserialize_postcard_1", ] icu_compiled_data = [ "icu_properties/compiled_data", "icu_segmenter/compiled_data", ] icu_extended = ["i18n_utility-rizzen-yazston/icu_extended"] icu_fs = [ "buffer", "icu_provider/deserialize_bincode_1", ] logging = [] sync = [ "icu_provider/sync", "i18n_utility-rizzen-yazston/sync", ]