swamp-script-code-gen 0.1.4

generates swamp-vm opcodes
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "fixed32"
version = "0.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "294b76c425a36fce4e8fd1d6d9b0c591143d3748b325766c97fdd08ed5b964df"

[[package]]
name = "once_cell"
version = "1.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"

[[package]]
name = "pin-project-lite"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"

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

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

[[package]]
name = "seq-fmt"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53c590392453030c0114e051a02cc7a222b63f329307eeed91f95e3a548bfe5a"

[[package]]
name = "seq-map"
version = "0.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59fb3dae55e96c352048c88e6a2b9db15b25451ed4af54af3973d06371d40a6d"

[[package]]
name = "swamp-script-code-gen"
version = "0.1.4"
dependencies = [
 "seq-map",
 "swamp-script-semantic",
 "swamp-script-types",
 "swamp-vm-instr-build",
 "swamp-vm-types",
 "tracing",
]

[[package]]
name = "swamp-script-node"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45ee1b1144d9306aa264682b131e4b7ba11997f49bd6adc26afdf6837637fc0d"

[[package]]
name = "swamp-script-semantic"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "912d56ad0c87a352b950578feb06108160728bb28de0a4d7cec2000ea6e6e211"
dependencies = [
 "fixed32",
 "seq-fmt",
 "seq-map",
 "swamp-script-node",
 "swamp-script-types",
 "tiny-ver",
 "tracing",
]

[[package]]
name = "swamp-script-types"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22861d63849f77e49f312ef00ab3a7a177aa7fd215d988fc33a05fb8c6896206"
dependencies = [
 "seq-fmt",
 "seq-map",
 "swamp-script-node",
 "tracing",
]

[[package]]
name = "swamp-vm-instr-build"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51850ed21f187f324b12970c2a5eaec755d72bf58100e9a2582f0265a116768c"
dependencies = [
 "swamp-vm-types",
]

[[package]]
name = "swamp-vm-types"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "523c805c9a8b35798c99d64a8d07ed76eb27c9101adad528b7681c6c010a4b61"

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

[[package]]
name = "tiny-ver"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22bfcb3c82a7781508fbf27a0bb741a227cd02797f3ef5d145c23bec59e24988"

[[package]]
name = "tracing"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
dependencies = [
 "pin-project-lite",
 "tracing-attributes",
 "tracing-core",
]

[[package]]
name = "tracing-attributes"
version = "0.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "tracing-core"
version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
dependencies = [
 "once_cell",
]

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