# 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 = "emmylua_parser" version = "0.7.0" authors = ["CppCXY"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A parser for EmmyLua and luals" readme = "README.md" keywords = [ "emmylua", "luals", "parser", "lua", ] categories = [ "development-tools", "parsing", ] license = "MIT" repository = "https://github.com/CppCXY/emmylua-analyzer-rust" [package.metadata.i18n] available-locales = [ "en", "zh_CN", "zh_HK", "zh_TW", ] default-locale = "en" [lib] name = "emmylua_parser" path = "src/lib.rs" [dependencies.rowan] version = "0.16" [dependencies.rust-i18n] version = "3"