# 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 = "2018" name = "intl-rs" version = "2.0.0" authors = ["LyunKi "] description = "A simple i18n library for rust" readme = "./README.md" keywords = ["i18n", "intl", "internationalization", "localization"] categories = ["localization", "internationalization", "web-programming"] license = "MIT" repository = "https://github.com/LyunKi/intl-rs" [dependencies.accept-language] version = "2.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde_json] version = "1.0.51" [dependencies.string_template] version = "0.2.1"