# 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-again-macro" version = "0.0.1" description = "A compile time internationalization library, that does all the work at compile time using the `format_t!` macro. Translation files are compatible with `rust-i18n`." readme = "README.md" license = "MIT" repository = "https://github.com/drahnr/i18n-again" [lib] proc-macro = true [dependencies.fs-err] version = "2.9" [dependencies.glob] version = "0.3" [dependencies.i18n-again-support] version = "0.0.1" [dependencies.once_cell] version = "1.10.0" [dependencies.proc-macro-crate] version = "1.2" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0.2" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.syn] version = "2" features = [ "full", "parsing", ]