# 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 = "bevy_fluent" version = "0.10.0" authors = ["g "] build = false exclude = [".github/**/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Bevy plugin for localization using Fluent" homepage = "https://crates.io/crates/bevy_fluent" readme = "README.md" keywords = [ "bevy", "gamedev", "internationalization", "localization", "plugin", ] categories = [ "game-development", "games", "internationalization", "localization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kgv/bevy_fluent" [lib] name = "bevy_fluent" path = "src/lib.rs" [[example]] name = "fallback_chain" path = "examples/fallback_chain/main.rs" [[example]] name = "minimal" path = "examples/minimal/main.rs" [[example]] name = "ui" path = "examples/ui/main.rs" [dependencies.bevy] version = "0.14" features = ["bevy_asset"] default-features = false [dependencies.fluent] version = "0.16.0" [dependencies.fluent-langneg] version = "0.13.0" [dependencies.fluent_content] version = "0.0.5" [dependencies.futures-lite] version = "2.2.0" [dependencies.indexmap] version = "2.2.5" features = ["serde"] [dependencies.intl-memoizer] version = "0.5.1" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_yaml] version = "0.9.32" [dependencies.thiserror] version = "1.0.58" [dependencies.tracing] version = "0.1.40" [dependencies.unic-langid] version = "0.9.4" features = ["serde"] [dependencies.uuid] version = "1.7.0" features = [ "serde", "v4", "v5", ] [dev-dependencies.bevy] version = "0.14" [dev-dependencies.unic-langid] version = "0.9.4" features = ["macros"]