# 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 = "simple-translate-json" version = "0.1.1" include = [ "src/**/*.rs", "Cargo.toml", ] description = "Simple mini library made for translations (JSON)" homepage = "https://github.com/JustFoxx/simple-translate-json" documentation = "https://github.com/JustFoxx/simple-translate-json" readme = "README.md" keywords = [ "language", "translation", "json", ] license = "MIT" repository = "https://github.com/JustFoxx/simple-translate-json" [dependencies.evmap] version = "10.0.2" [dependencies.include_dir] version = "0.7.3" [dependencies.serde_json] version = "1.0.1" [dependencies.sys-locale] version = "0.3.1"