# 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 = "i18nx" version = "0.1.0" authors = ["Ivan Stepanov "] exclude = [ ".github", ".idea", ".vscode", ] description = "Elegant internationalization library for Rust." documentation = "https://docs.rs/i18nx" readme = "README.md" keywords = [ "i18n", "l10n", "format", "template", ] categories = [ "internationalization", "translation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ivanstepanovftw/i18nx" [dependencies.formatx] version = "0.1.0" [dependencies.once_cell] version = "1.16" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1.0"