File: Cargo.toml.orig

package info (click to toggle)
rust-stdweb-internal-runtime 0.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 116 kB
  • sloc: makefile: 4
file content (23 lines) | stat: -rw-r--r-- 611 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "stdweb-internal-runtime"
version = "0.1.5"
authors = ["Jan Bujak <j@exia.io>"]
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