# 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 = "fluent-static-macros" version = "0.1.0" authors = ["Sergey Zaytsev "] build = false include = [ "/src", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Automatically generate Rust functions from Fluent message files for streamlined localization in Rust applications." homepage = "https://github.com/zaytsev/fluent-static" readme = "README.md" keywords = [ "localization", "l10n", "i18n", "internationalization", "fluent", ] categories = [ "localization", "internationalization", ] license = "MIT" repository = "https://github.com/zaytsev/fluent-static" [lib] name = "fluent_static_macros" path = "src/lib.rs" proc-macro = true [dependencies.fluent-static-codegen] version = "0.6.0" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = ["full"] [dev-dependencies.trybuild] version = "1"