# 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 = "2018" name = "rosetta-build" version = "0.1.3" authors = ["baptiste0928"] description = "Code generation for the Rosetta i18n library." homepage = "https://baptiste0928.github.io/rosetta/" documentation = "https://docs.rs/rosetta-build" readme = "README.md" keywords = ["i18n"] categories = [ "internationalization", "development-tools::build-utils", "parsing", ] license = "ISC" repository = "https://github.com/baptiste0928/rosetta" [dependencies.convert_case] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.regex] version = "1.5" [dependencies.tinyjson] version = "2" [dev-dependencies.maplit] version = "1" [features] default = ["rustfmt"] rustfmt = []