# 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" rust-version = "1.64.0" name = "typed-i18n" version = "0.6.1" authors = ["ALeX Kazik "] description = "A type safe i18n system" readme = "README.md" keywords = [ "i18n", "l10n", "intl", "internationalization", "translation", ] categories = [ "localization", "internationalization", "no-std", ] license = "MIT" repository = "https://github.com/alexkazik/typed-i18n" [dependencies.typed-i18n-derive] version = "=0.7.1" [dev-dependencies.rustversion] version = "1.0.17" [dev-dependencies.trybuild] version = "=1.0.89" features = ["diff"] [features] alloc = [] default = ["alloc"]