# 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 = "tokay" version = "0.6.6" authors = ["Jan Max Meyer "] description = "Tokay is a programming language designed for ad-hoc parsing." homepage = "https://tokay.dev/" readme = "README.md" keywords = [ "awk", "dsl", "packrat", "parser", "vm", ] categories = [ "parsing", "compilers", "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/tokay-lang/tokay/" [dependencies.charclass] version = "0.2" [dependencies.clap] version = "4" features = ["derive"] [dependencies.env_logger] version = "0" [dependencies.indexmap] version = "2" [dependencies.log] version = "0" features = ["release_max_level_warn"] [dependencies.num] version = "0.4" [dependencies.num-bigint] version = "0.4" [dependencies.num-parse] version = "0.1" [dependencies.rustyline] version = "14" [dependencies.tokay-macros] version = "0.5" [features] default = ["static_expression_evaluation"] static_expression_evaluation = []