[package] name = "stdweb-internal-runtime" version = "0.1.5" authors = ["Jan Bujak "] repository = "https://github.com/koute/stdweb" homepage = "https://github.com/koute/stdweb" documentation = "https://docs.rs/stdweb/*/stdweb/" license = "MIT/Apache-2.0" readme = "README.md" keywords = ["web", "asmjs", "webasm", "javascript"] categories = ["api-bindings", "gui", "web-programming"] description = "Internal runtime for the `stdweb` crate" build = "build.rs" [features] default = [] "docs-rs" = [] [package.metadata.docs.rs] features = ["docs-rs"] all-features = false no-default-features = true