# 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 = "full_moon" version = "1.1.2" authors = ["Kampfkarren "] description = "A lossless Lua parser" readme = "README.md" keywords = [ "lua", "parser", "lua51", "lua52", "luau", ] categories = ["parsing"] license = "MPL-2.0" repository = "https://github.com/Kampfkarren/full-moon" [package.metadata.docs.rs] features = [ "luau", "lua52", "lua53", "lua54", "luajit", ] rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "date" path = "../benches/date.rs" harness = false [[bench]] name = "t" path = "../benches/t.rs" harness = false [dependencies.bytecount] version = "0.6" [dependencies.cfg-if] version = "1.0" [dependencies.derive_more] version = "1.0" features = ["display"] [dependencies.full_moon_derive] version = "=0.11.0" [dependencies.paste] version = "1.0" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] optional = true [dependencies.smol_str] version = "0.3.1" features = ["serde"] [dev-dependencies.codespan] version = "0.11.1" [dev-dependencies.codespan-reporting] version = "0.11.1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.insta] version = "1.40.0" features = [ "glob", "yaml", ] [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.termcolor] version = "1.4.1" [features] default = ["serde"] lua52 = [] lua53 = ["lua52"] lua54 = ["lua53"] luajit = [] luau = ["roblox"] no-source-tests = [] roblox = ["luau"]