# 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-extract" 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" [dependencies.anyhow] version = "1" [dependencies.fs-err] version = "2.9" [dependencies.i18n-again-support] version = "0.0.1" [dependencies.ignore] version = "0.4" [dependencies.proc-macro2] version = "1" features = ["span-locations"] [dependencies.quote] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.syn] version = "1" features = ["full"]