# 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-macro" version = "3.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macro for rust-i18n crate." readme = "README.md" license = "MIT" repository = "https://github.com/longbridgeapp/rust-i18n" [lib] name = "rust_i18n_macro" path = "src/lib.rs" proc-macro = true [dependencies.glob] version = "0.3" [dependencies.once_cell] version = "1.10.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0.2" [dependencies.rust-i18n-support] version = "3.0.0" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_yml] version = "0.0.11" [dependencies.syn] version = "2.0.18" features = [ "full", "extra-traits", ] [dev-dependencies] [features] log-miss-tr = []