[dependencies.circular-buffer]
version = "0.1.8"
[dependencies.derive-name]
version = "1.1.0"
[dependencies.dunce]
version = "1.0.2"
[dependencies.koto_memory]
default-features = false
version = "^0.15.0"
[dependencies.koto_parser]
default-features = false
version = "^0.15.0"
[dependencies.rustc-hash]
version = "1.1.0"
[dependencies.smallvec]
features = ["const_generics", "union"]
version = "1.11.1"
[dependencies.thiserror]
version = "1.0.44"
[features]
arc = ["koto_memory/arc"]
default = ["rc"]
rc = ["koto_memory/rc"]
[lib]
name = "koto_bytecode"
path = "src/lib.rs"
[package]
authors = ["irh <ian.r.hobson@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The bytecode compiler used by the Koto programming language"
edition = "2021"
homepage = "https://koto.dev"
keywords = ["scripting", "language", "koto"]
license = "MIT"
name = "koto_bytecode"
readme = "README.md"
repository = "https://github.com/koto-lang/koto"
version = "0.15.0"
[[test]]
name = "compile_failures"
path = "tests/compile_failures.rs"