# 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 = "kaon" version = "0.1.4" authors = ["PlutonianHacker "] description = "A little scripting language written in rust" readme = "../README.md" keywords = [ "scripting", "scripting-language", "language", "vm", ] categories = ["compilers"] license = "MIT" repository = "https://github.com/PlutonianHacker/kaon-lang" [dependencies.ahash] version = "0.7.6" [dependencies.fnv] version = "1.0.7" [dependencies.smallvec] version = "1.8.0" features = ["const_new"] [dependencies.termcolor] version = "1.1.2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.regex] version = "1.5.4"