# 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 = "axum_l10n" version = "0.3.1" authors = ["tronicboy1"] description = "A crate with localization utilities for Axum" readme = "README.md" keywords = [ "axum", "localization", "i18n", "l10n", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tronicboy1/axum_l10n" [dependencies.axum] version = "0.7" default-features = false [dependencies.fluent] version = "0.16" optional = true [dependencies.http] version = "1.0" [dependencies.intl-memoizer] version = "0.5" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.tera] version = "1.19" optional = true [dependencies.tower] version = "0.4" [dependencies.unic-langid] version = "0.9" features = [ "serde", "unic-langid-macros", ] [features] default = [] fluent = [ "dep:fluent", "intl-memoizer", ] tera = [ "fluent", "dep:tera", "serde", "serde_json", ]