# 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-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` 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" path = "src/lib.rs" [dependencies.i18n_lexer-rizzen-yazston] version = "0.10.1" default-features = false [dependencies.i18n_localiser-rizzen-yazston] version = "0.10.1" default-features = false [dependencies.i18n_provider-rizzen-yazston] version = "0.10.1" default-features = false [dependencies.i18n_provider_sqlite3-rizzen-yazston] version = "0.10.1" default-features = false [dependencies.i18n_utility-rizzen-yazston] version = "0.10.1" default-features = false [features] default = ["i18n_lexer-rizzen-yazston/default"] icu_blob = [ "i18n_lexer-rizzen-yazston/icu_blob", "i18n_localiser-rizzen-yazston/icu_blob", ] icu_compiled_data = [ "i18n_lexer-rizzen-yazston/icu_compiled_data", "i18n_localiser-rizzen-yazston/icu_compiled_data", ] icu_extended = [ "i18n_utility-rizzen-yazston/icu_extended", "i18n_localiser-rizzen-yazston/icu_extended", ] icu_fs = [ "i18n_lexer-rizzen-yazston/icu_fs", "i18n_localiser-rizzen-yazston/icu_fs", ] logging = [ "i18n_lexer-rizzen-yazston/logging", "i18n_provider_sqlite3-rizzen-yazston/logging", "i18n_localiser-rizzen-yazston/logging", ] sync = [ "i18n_lexer-rizzen-yazston/sync", "i18n_utility-rizzen-yazston/sync", "i18n_provider-rizzen-yazston/sync", "i18n_provider_sqlite3-rizzen-yazston/sync", "i18n_localiser-rizzen-yazston/sync", ]