koto_bytecode 0.11.0

The bytecode compiler used by the Koto programming language
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "dunce"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"

[[package]]
name = "koto_bytecode"
version = "0.11.0"
dependencies = [
 "dunce",
 "koto_parser",
 "rustc-hash",
 "smallvec",
]

[[package]]
name = "koto_lexer"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "234cf2fe7d980507e058b98a0e40639c7d9293d68b1e2fb65a83f27e53d4c581"
dependencies = [
 "unicode-width",
 "unicode-xid",
]

[[package]]
name = "koto_parser"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1a0970a4154da656c733a83b6fb2cff31c72f4cb18317db8031869b4b1a3330"
dependencies = [
 "koto_lexer",
]

[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"

[[package]]
name = "smallvec"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"

[[package]]
name = "unicode-width"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"

[[package]]
name = "unicode-xid"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"