# 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 = "badder_lang" version = "0.4.0" authors = ["Alex Butler "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A specialized programming language built for programming puzzle game Robo Instructus" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/big-ab-games/badder-lang" [lib] name = "badder_lang" path = "src/lib.rs" [[test]] name = "control" path = "tests/control.rs" [[test]] name = "mix" path = "tests/mix.rs" [dependencies.indexmap] version = "2" [dependencies.log] version = "0.4" [dependencies.rustc-hash] version = "2" [dependencies.single_value_channel] version = "1" [dependencies.smol_str] version = "0.3.1" [dependencies.strsim] version = "0.11" [dev-dependencies.env_logger] version = "0.11"