stdweb 0.4.14

A standard library for the client-side Web
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "stdweb"
version = "0.4.14"
authors = ["Jan Bujak <j@exia.io>"]
build = "build.rs"
description = "A standard library for the client-side Web"
homepage = "https://github.com/koute/stdweb"
documentation = "https://docs.rs/stdweb/*/stdweb/"
readme = "README.md"
keywords = ["web", "asmjs", "webasm", "javascript"]
categories = ["api-bindings", "gui", "web-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/koute/stdweb"
[package.metadata.docs.rs]
all-features = false
features = ["serde", "serde_json", "futures-support", "docs-rs"]
no-default-features = true
[dependencies.discard]
version = "1.0.3"

[dependencies.futures-channel-preview]
version = "0.3.0-alpha.7"
optional = true

[dependencies.futures-core-preview]
version = "0.3.0-alpha.7"
optional = true

[dependencies.futures-executor-preview]
version = "0.3.0-alpha.7"
optional = true

[dependencies.futures-util-preview]
version = "0.3.0-alpha.7"
optional = true

[dependencies.serde]
version = "1"
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.stdweb-derive]
version = "= 0.5.1"

[dependencies.stdweb-internal-macros]
version = "= 0.2.6"

[dependencies.stdweb-internal-runtime]
version = "0.1"
[dev-dependencies.serde_derive]
version = "1"

[dev-dependencies.serde_json]
version = "1"
[build-dependencies.rustc_version]
version = "0.2"

[features]
default = ["serde", "serde_json"]
docs-rs = []
experimental_features_which_may_break_on_minor_version_bumps = ["futures-support"]
futures-support = ["futures-core-preview", "futures-channel-preview", "futures-util-preview", "futures-executor-preview"]
nightly = []
web_test = []