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