[package] name = "node-runtime-wasm" version = "2.0.0" authors = ["Parity Technologies "] edition = "2018" [lib] name = "node_runtime" crate-type = ["cdylib"] [dependencies] node-runtime = { path = "..", default-features = false } [features] default = ["core"] core = [ "node-runtime/core", ] std = [ "node-runtime/std", ] [profile.release] panic = "abort" lto = true [workspace] members = []