[[bin]]
name = "rok"
path = "src/bin/rok.rs"
[dependencies.crossterm]
version = "0.27.0"
[dependencies.directories]
version = "5.0.1"
[dependencies.env_logger]
version = "0.11.3"
[dependencies.indexmap]
features = ["rayon"]
version = "2.0.0"
[dependencies.itertools]
version = "0.13.0"
[dependencies.log]
version = "0.4.19"
[dependencies.polars]
features = ["performant", "cse", "lazy", "parquet", "dtype-categorical", "strings"]
version = "0.41.3"
[dependencies.rustyline]
version = "14.0.0"
[lib]
name = "roklang"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A K interpreter written in rust. Inspired by ok and ngn/k and built on polars."
edition = "2021"
license = "ISC"
license-file = "LICENSE"
name = "roklang"
readme = "README.md"
version = "0.1.0"
[[test]]
name = "tests"
path = "tests/tests.rs"