# 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 = "luau-rs" version = "0.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust to a made-up Luau AST." homepage = "https://github.com/glomdom/luau-rs" readme = "README.md" license = "EUPL-1.2" repository = "https://github.com/glomdom/luau-rs" [lib] name = "luau_rs" path = "src/lib.rs" [[bin]] name = "luau-rs" path = "src/main.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.72" features = [ "extra-traits", "full", "visit", ] [dev-dependencies.datatest] version = "0.8.0" [dev-dependencies.pretty_assertions] version = "1.4.0"