# 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-translation-table" version = "0.1.0" authors = ["QueenOfSquiggles "] exclude = [] description = "A super basic translation table system for bevy supporting generic data, CSV, and ODS" homepage = "https://github.com/QueenOfSquiggles/bevy-translation-table" 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/QueenOfSquiggles/bevy-translation-table" [dependencies.bevy_device_lang] version = "0.4.0" optional = true [dependencies.bevy_ecs] version = "0.13.2" [dependencies.csv] version = "1.3.0" optional = true [dependencies.spreadsheet-ods] version = "0.22.5" optional = true [features] auto = ["dep:bevy_device_lang"] catch-missing-values = [] csv = ["dep:csv"] default = [ "auto", "csv", "ods", ] ods = ["dep:spreadsheet-ods"]