# 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 = "i18n-embed-impl" version = "0.8.4" authors = ["Luke Frisken "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macro implementations for i18n-embed" readme = "README.md" keywords = [ "build", "i18n", "gettext", "locale", "fluent", ] categories = [ "localization", "internationalization", ] license = "MIT" repository = "https://github.com/kellpossible/cargo-i18n/tree/master/i18n-embed" [lib] name = "i18n_embed_impl" path = "src/lib.rs" proc-macro = true [dependencies.find-crate] version = "0.6" optional = true [dependencies.i18n-config] version = "0.4.7" optional = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" optional = true [dependencies.syn] version = "2.0" features = [ "derive", "proc-macro", "parsing", "printing", "extra-traits", ] [dev-dependencies.rust-embed] version = "8.0" [features] default = [] fluent-system = [ "i18n-config", "find-crate", "quote", ] gettext-system = [ "i18n-config", "find-crate", "quote", ] [badges.maintenance] status = "actively-developed"