# 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-static" version = "0.5.0" authors = ["Sergey Zaytsev "] build = false include = [ "/src", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Automatically generate Rust functions from Fluent message files for streamlined localization in Rust applications." homepage = "https://github.com/zaytsev/fluent-static" readme = "README.md" keywords = [ "localization", "l10n", "i18n", "internationalization", "fluent", ] categories = [ "localization", "internationalization", ] license = "MIT" repository = "https://github.com/zaytsev/fluent-static" [lib] name = "fluent_static" path = "src/lib.rs" [dependencies.accept-language] version = "3.1" optional = true [dependencies.async-trait] version = "0.1" optional = true [dependencies.axum-core] version = "0.4" optional = true [dependencies.axum-extra] version = "0.9" features = ["cookie"] optional = true [dependencies.fluent-static-formatter] version = "0.1.0" optional = true [dependencies.fluent-static-function] version = "0.1.0" [dependencies.fluent-static-macros] version = "0.1.0" [dependencies.fluent-static-value] version = "0.1.0" [dependencies.http] version = "1.1" optional = true [dependencies.intl_pluralrules] version = "7" [dependencies.maud] version = "0.26" optional = true [dependencies.once_cell] version = "1" [dependencies.thiserror] version = "1" [dependencies.unic-langid] version = "0.9" features = ["unic-langid-macros"] [dev-dependencies.tokio] version = "1" features = ["full"] [features] axum = [ "dep:axum-core", "dep:async-trait", "dep:http", "dep:axum-extra", "dep:accept-language", ] default = [] icu = ["dep:fluent-static-formatter"] maud = ["dep:maud"]