# 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 = "falsy" version = "0.2.0" authors = ["Orvar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "False eso-lang interpreter" homepage = "https://github.com/0rvar/falsy" readme = "README.md" keywords = [ "false", "interpreter", "binary", ] categories = ["simulation"] license = "MIT" [lib] name = "falsy" path = "src/lib.rs" [[bin]] name = "falsy" path = "src/main.rs" [[test]] name = "samples" path = "tests/samples.rs" [dependencies.ariadne] version = "0.4.1" [dependencies.chumsky] version = "1.0.0-alpha.7" [dev-dependencies.serde] version = "1.0.210" [dev-dependencies.serde_derive] version = "1.0.210" [dev-dependencies.test_each_file] version = "0.3.3" [dev-dependencies.toml] version = "0.8.19"