# 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_icu-rizzen-yazston" version = "0.8.0" authors = ["Rizzen Yazston"] include = [ "src/**/*", "Cargo.toml", "BSD-3-Clause", "README.asciidoc", ] description = "The `i18n_icu` 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_icu" [dependencies.i18n_utility-rizzen-yazston] version = "0.8.0" [dependencies.icu_properties] version = "1.4.0" [dependencies.icu_provider] version = "1.4.0" features = ["serde"] [dependencies.icu_provider_blob] version = "1.4.0" [dependencies.icu_provider_fs] version = "1.4.0" [dependencies.icu_segmenter] version = "1.4.0" features = ["serde"] [dependencies.log] version = "0.4.20" [features] blob = [ "buffer", "icu_provider/deserialize_postcard_1", ] buffer = [ "icu_segmenter/serde", "icu_properties/serde", ] compiled_data = [] fs = [ "buffer", "icu_provider/deserialize_bincode_1", ] log = [] sync = [ "icu_provider/sync", "i18n_utility-rizzen-yazston/sync", ]