[package]
edition = "2021"
name = "tishlang_core"
version = "1.0.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared Value type and utilities for Tish (used by interpreter and runtime)"
readme = false
license-file = "LICENSE"
repository = "https://github.com/tishlang/tish"
[features]
default = []
regex = ["dep:fancy-regex"]
[lib]
name = "tishlang_core"
path = "src/lib.rs"
[dependencies.fancy-regex]
version = "0.17.0"
optional = true