wasm-webidl-bindings 0.4.0

Raw WebIDL bindings binary encoder/decoder with an AST. Still in a state of flux!
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]
edition = "2018"
name = "wasm-webidl-bindings"
version = "0.4.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "The Rust and WebAssembly Working Group"]
description = "Raw WebIDL bindings binary encoder/decoder with an AST. Still in a state of flux!"
readme = "./README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-webidl-bindings"
[dependencies.failure]
version = "0.1.5"
features = ["std"]
default-features = false

[dependencies.id-arena]
version = "2.2.1"

[dependencies.leb128]
version = "0.2.4"

[dependencies.quickcheck]
version = "0.8.5"
optional = true

[dependencies.rand]
version = "0.6.5"
optional = true

[dependencies.walrus]
version = "0.11.0"

[dependencies.wasm-webidl-bindings-text-parser]
version = "=0.1.2"
optional = true
[dev-dependencies.lazy_static]
version = "1.3.0"

[features]
quickchecking = ["rand", "quickcheck"]
text = ["wasm-webidl-bindings-text-parser"]