# 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 = "rigz_runtime" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Handles parsing and converting rigz to its VM instructions (for syntax highlighting use tree-sitter-rigz instead)" readme = "README.md" license = "MIT" repository = "https://gitlab.com/inapinch/rigz/crates/runtime" [lib] name = "rigz_runtime" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [[bench]] name = "eval_benchmarks" path = "benches/eval_benchmarks.rs" harness = false [dependencies.log] version = "0.4" [dependencies.logos] version = "0.14" [dependencies.rigz_ast] version = "0.4" [dependencies.rigz_ast_derive] version = "0.4" [dependencies.serde_json] version = "1.0" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.pretty_env_logger] version = "0.5.0" [features] default = [] log_std_out = ["rigz_ast/log_std_out"]