remolt 0.1.0

Embeddable TCL-ish interpreter for Rust applications
Documentation
[[bench]]
harness = false
name = "basic"
path = "benches/basic.rs"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.fnv]
default-features = false
version = "1.0.7"

[dependencies.indexmap]
default-features = false
version = "1.3.0"

[dev-dependencies.criterion]
version = "0.5.1"

[features]
closure-commands = []
default = ["dict", "float", "i64", "error-stack-trace", "internals", "std", "info", "expr", "closure-commands", "string-command", "unicode-case", "unicode-whitespace", "unicode-alphanum"]
dict = []
error-stack-trace = []
expr = []
float = []
i64 = []
info = []
internals = []
std = []
string-command = []
unicode-alphanum = []
unicode-case = []
unicode-whitespace = []

[lib]
name = "remolt"
path = "src/lib.rs"

[package]
authors = ["Will Duquette <will@wjduquette.com>", "Cliff L. Biffle <code@cliffle.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Embeddable TCL-ish interpreter for Rust applications"
documentation = "https://docs.rs/remolt"
edition = "2021"
keywords = ["language", "script", "scripting", "tcl"]
license = "BSD-3-Clause"
name = "remolt"
readme = "README.md"
repository = "https://github.com/cbiffle/remolt"
version = "0.1.0"

[[test]]
name = "tcl_tests"
path = "tests/tcl_tests.rs"