# 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-fl" version = "0.9.2" authors = ["Luke Frisken "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macro to perform compile time checks when using the i18n-embed crate and the fluent localization system" readme = "README.md" categories = [ "localization", "internationalization", "development-tools", ] license = "MIT" [lib] name = "i18n_embed_fl" path = "src/lib.rs" proc-macro = true [[test]] name = "fl_macro" path = "tests/fl_macro.rs" [dependencies.dashmap] version = "6.0" [dependencies.find-crate] version = "0.6" [dependencies.fluent] version = "0.16" [dependencies.fluent-syntax] version = "0.11" [dependencies.i18n-config] version = "0.4.7" [dependencies.i18n-embed] version = "0.15.0" features = [ "fluent-system", "filesystem-assets", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.proc-macro-error2] version = "2.0.1" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.strsim] version = "0.11" [dependencies.syn] version = "2.0" features = [ "derive", "proc-macro", "parsing", "printing", "extra-traits", "full", ] [dependencies.unic-langid] version = "0.9" [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.rust-embed] version = "8.0"