# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "hbbytecode" version = "0.1.0" dependencies = [ "with_builtin_macros", ] [[package]] name = "hbvm" version = "0.1.0" dependencies = [ "hbbytecode", ] [[package]] name = "hbxrt" version = "0.1.0" dependencies = [ "hbvm", ] [[package]] name = "proc-macro2" version = "1.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" dependencies = [ "unicode-ident", ] [[package]] name = "quote" version = "1.0.33" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" dependencies = [ "proc-macro2", ] [[package]] name = "syn" version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "unicode-ident" version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "with_builtin_macros" version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a59d55032495429b87f9d69954c6c8602e4d3f3e0a747a12dea6b0b23de685da" dependencies = [ "with_builtin_macros-proc_macros", ] [[package]] name = "with_builtin_macros-proc_macros" version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "15bd7679c15e22924f53aee34d4e448c45b674feb6129689af88593e129f8f42" dependencies = [ "proc-macro2", "quote", "syn", ]