tishlang_bytecode 1.0.21

Bytecode compiler for Tish (AST → bytecode)
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "itoa"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"

[[package]]
name = "memchr"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "serde"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
 "serde_core",
]

[[package]]
name = "serde_core"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
dependencies = [
 "serde_derive",
]

[[package]]
name = "serde_derive"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "serde_json"
version = "1.0.149"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
dependencies = [
 "itoa",
 "memchr",
 "serde",
 "serde_core",
 "zmij",
]

[[package]]
name = "syn"
version = "2.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "tishlang_ast"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07e4738e143e46c5ffb5ddc0cbb36ee5a2e95f41a4710495b9c0dff47b251f72"

[[package]]
name = "tishlang_bytecode"
version = "1.0.21"
dependencies = [
 "tishlang_ast",
 "tishlang_compile",
 "tishlang_core",
 "tishlang_opt",
 "tishlang_parser",
]

[[package]]
name = "tishlang_compile"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53ffc48ddd9f0d4785e2c6af7af1a265ed3e32f6f7612188d36695ceb073af43"
dependencies = [
 "serde_json",
 "tishlang_ast",
 "tishlang_opt",
 "tishlang_parser",
]

[[package]]
name = "tishlang_core"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77bf2e5e335b6c47151831b6765b7158c2f8382270b8c295d75dcfc0397b80c8"

[[package]]
name = "tishlang_lexer"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c41273e2dfa21e18c97c0f054077af8cbdc47c524ff811cc57242f644e324a3b"

[[package]]
name = "tishlang_opt"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24c05fc9b05aecda3b4d2fa185c6a788afd67315e42bd2957578fe6eb688a92c"
dependencies = [
 "tishlang_ast",
]

[[package]]
name = "tishlang_parser"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0e15e1d3483ae4732855b974836ad76b1984058c3db9c00a4467bc1246e880d"
dependencies = [
 "tishlang_ast",
 "tishlang_lexer",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"

[[package]]
name = "zmij"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"