we-cdk 0.4.1

Rust library for writing Waves Enterprise smart-contracts
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[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 = "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"

[[package]]
name = "we-cdk"
version = "0.4.1"
dependencies = [
 "we-contract-proc-macro",
 "wevm-core",
]

[[package]]
name = "we-contract-proc-macro"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9bf92215b630501fb17f3824317df5ae821dc00f9c446773e865e41c131dc04"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "wevm-core"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0933502a32e22f19a63f2b23a3f6f10972fd029b0a98bb272dda2bdcaa538c7b"
dependencies = [
 "wevm-proc-macro",
]

[[package]]
name = "wevm-proc-macro"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2779600469207cbaf78ef8f6202cef11520db41eabec6c999a3ebf4f666323"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]