# 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 = "i18n-format" version = "0.2.0" authors = ["Hubert Figuière "] description = "A simple proc-macro to allow gettext! and xgettext to work together" documentation = "https://docs.rs/i18n-format/" readme = "README.md" keywords = [ "proc-macro", "i18n", "gettext", ] license = "MIT" repository = "https://github.com/hfiguiere/i18n-format" [lib] proc-macro = true [dependencies.gettext-rs] version = "0.7.0" features = ["gettext-system"] [dependencies.quote] version = "1.0"