# 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 = "i18nify-macro" version = "0.4.1" authors = [ "David Pedersen ", "Kingz Cheung ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A type-safe localization library using code generation" homepage = "https://github.com/kingzcheung/i18nify" documentation = "https://docs.rs/i18nify" readme = "README.md" keywords = [ "i18n", "localization", "translation", "Internationalisation", "type-safe", ] categories = [ "web-programming", "internationalization", ] license = "MIT" repository = "https://github.com/kingzcheung/i18nify.git" [lib] name = "i18nify_macro" path = "src/lib.rs" proc-macro = true [dependencies.heck] version = "0.5.0" [dependencies.proc-macro2] version = "1.0.88" [dependencies.quote] version = "1.0.37" [dependencies.rayon] version = "1.10.0" [dependencies.serde_json] version = "1.0.132" optional = true [dependencies.shellexpand] version = "3.0" [dependencies.syn] version = "2.0.82" features = ["derive"] [dependencies.thiserror] version = "1.0.64" [dependencies.tinytemplate] version = "1.1" [dependencies.toml] version = "0.8.19" optional = true [dev-dependencies.trybuild] version = "1.0.101" [dev-dependencies.version-sync] version = "0.9.5" [features] default = ["json"] json = ["serde_json"] toml = ["dep:toml"]