# 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_easy_localize" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lightweight localization in bevy" homepage = "https://github.com/0crispy/bevy_easy_localize" documentation = "https://docs.rs/bevy_easy_localize" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/0crispy/bevy_easy_localize" [lib] name = "bevy_easy_localize" path = "src/lib.rs" [[example]] name = "asset" path = "examples/asset.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "sys_locale" path = "examples/sys_locale.rs" [[example]] name = "text" path = "examples/text.rs" [dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_text", "file_watcher", "multi_threaded", ] default-features = false [dependencies.csv] version = "1.3.0" [dev-dependencies.bevy] version = "0.14" [dev-dependencies.sys-locale] version = "0.3"