[package] name = "assemblylift-core-guest" version = "0.4.0-alpha.0" description = "AssemblyLift core WASM guest library" authors = ["Akkoro and the AssemblyLift contributors "] edition = "2018" license-file = "../../LICENSE.md" repository = "https://github.com/akkoro/assemblylift" readme = "README.md" [dependencies] paste = "0.1.12" serde = { version = "1", features = ["derive"] } serde_json = "1" assemblylift-core-guest-macros = { version = "0.4.0-alpha.0", path = "./macros" }