# 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 = "lingo_lib" version = "0.2.2" authors = ["Antonin Hérault "] description = "Internationalise a Rust program and translate strings quickly and simply. Make any software open to multiple languages" readme = "README.md" keywords = [ "languages", "l10n", "internationalization", "applications", "library", ] license = "MIT" repository = "https://github.com/antoninhrlt/lingo" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.sys-locale] version = "0.2.3"