version = 3
[[package]]
name = "autocfg"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
[[package]]
name = "polkavm-common"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49a5794b695626ba70d29e66e3f4f4835767452a6723f3a0bc20884b07088fe8"
[[package]]
name = "polkavm-derive"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95282a203ae1f6828a04ff334145c3f6dc718bba6d3959805d273358b45eab93"
dependencies = [
"polkavm-derive-impl-macro",
]
[[package]]
name = "polkavm-derive-impl"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6069dc7995cde6e612b868a02ce48b54397c6d2582bd1b97b63aabbe962cd779"
dependencies = [
"polkavm-common",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "polkavm-derive-impl-macro"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581d34cafec741dc5ffafbb341933c205b6457f3d76257a9d99fb56687219c91"
dependencies = [
"polkavm-derive-impl",
"syn",
]
[[package]]
name = "proc-macro2"
version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rialo-s-define-syscall"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c837cfe5925d9bb18c5047f0751b4a899288ace7c4eb08c6fe004b44c122a28"
dependencies = [
"polkavm-derive",
]
[[package]]
name = "rialo-s-program-memory"
version = "0.1.7"
dependencies = [
"num-traits",
"rialo-s-define-syscall",
]
[[package]]
name = "syn"
version = "2.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "unicode-ident"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"