[package] name = "charon_core" version = "0.6.3" edition = "2021" authors = ["James Butcher "] repository = "https://github.com/charon-lang/core" description = "A simple concatenative programming language" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] phf = { version = "0.10.1", features = ["macros"] } lazy_static = "1.4.0" regex = "1.5.5" itertools = "0.10.3" rayon = "1.5.1" criterion = "0.3.5" logos = "0.12.0" charon_ariadne = "0.1.0" [[bench]] name = "core_bench" harness = false