# 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 = "charon_core" version = "0.6.3" authors = ["James Butcher "] description = "A simple concatenative programming language" readme = "README.md" license = "MIT" repository = "https://github.com/charon-lang/core" resolver = "2" [[bench]] name = "core_bench" harness = false [dependencies.charon_ariadne] version = "0.1.0" [dependencies.criterion] version = "0.3.5" [dependencies.itertools] version = "0.10.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.logos] version = "0.12.0" [dependencies.phf] version = "0.10.1" features = ["macros"] [dependencies.rayon] version = "1.5.1" [dependencies.regex] version = "1.5.5"