[package] name = "koto_test_utils" version = "0.14.1" edition = "2021" authors = ["irh "] license = "MIT" description = "Testing utilities for the Koto programming language" homepage = "https://koto.dev" repository = "https://github.com/koto-lang/koto" keywords = ["scripting", "language", "koto"] [features] default = ["arc"] arc = ["koto_runtime/arc"] rc = ["koto_runtime/rc"] [dependencies] itertools = { workspace = true } pulldown-cmark = { workspace = true } [dependencies.koto_bytecode] path = "../../crates/bytecode" version = "^0.14.1" default-features = false [dependencies.koto_runtime] path = "../../crates/runtime" version = "^0.14.1" default-features = false