# 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" rust-version = "1.61" name = "l10n_impl" version = "0.1.1" authors = ["Mathieu Tricoire "] description = "Proc macros for l10n." homepage = "https://github.com/MathieuTricoire/l10n" documentation = "https://docs.rs/l10n" readme = "README.md" keywords = [ "l10n", "localization", "i18n", "internationalization", "macros", ] categories = [ "localization", "internationalization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MathieuTricoire/l10n" [lib] proc-macro = true [dependencies.l10n_core] version = "0.1" [dependencies.once_cell] version = "1.13" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.syn] version = "1.0" features = [ "full", "extra-traits", ] [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5" [features] allow-incomplete = []