# 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 = "rust-i18n-extract" version = "3.0.0" description = "Extractor for rust-i18n crate." readme = "README.md" license = "MIT" repository = "https://github.com/longbridgeapp/rust-i18n" [dependencies.anyhow] version = "1" [dependencies.ignore] version = "0.4" [dependencies.proc-macro2] version = "1" features = ["span-locations"] [dependencies.quote] version = "1" [dependencies.regex] version = "1" [dependencies.rust-i18n-support] version = "3.0.0" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.syn] version = "2.0.18" features = ["full"] [dependencies.toml] version = "0.7.4" [dev-dependencies.indoc] version = "1"