# 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 = "stella_checker" version = "0.2.3" authors = ["Yazalde Filimone "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust-based, speedy Lua type checker" readme = "README.md" keywords = [ "lua", "checker", "typechecker", "compiler", ] categories = [ "compilers", "text-processing", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/yazaldefilimone/stella" [profile.coverage] lto = "thin" debug-assertions = true inherits = "release" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 panic = "abort" strip = "symbols" [lib] name = "stella_checker" path = "src/lib.rs" [[bin]] name = "stella" path = "src/main.rs" [[test]] name = "snapshot_tests" path = "tests/snapshot_tests.rs" [[bench]] name = "stella_checker_benchmark" path = "benches/checker_benchmark.rs" [[bench]] name = "stella_lexer_benchmark" path = "benches/lexer_benchmark.rs" [[bench]] name = "stella_parser_benchmark" path = "benches/parser_benchmark.rs" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.code_highlighter] version = "0.1.1" [dependencies.rlua] version = "0.20.1" [dependencies.serde] version = "1.0.204" features = ["derive"] [dev-dependencies.codspeed] version = "2.6.0" [dev-dependencies.codspeed-criterion-compat] version = "2.6.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.glob] version = "0.3.1" [dev-dependencies.insta] version = "1.39.0" features = ["ron"]