2018-09-12 17:04:35 +03:00
|
|
|
# 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
|
2019-06-28 16:25:47 +03:00
|
|
|
# to registry (e.g., crates.io) dependencies
|
2018-09-12 17:04:35 +03:00
|
|
|
#
|
|
|
|
# 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]
|
2019-07-04 09:28:01 +03:00
|
|
|
edition = "2018"
|
2018-09-12 17:04:35 +03:00
|
|
|
name = "wasmparser"
|
2020-06-12 02:34:39 +03:00
|
|
|
version = "0.57.0"
|
2018-09-12 17:04:35 +03:00
|
|
|
authors = ["Yury Delendik <ydelendik@mozilla.com>"]
|
|
|
|
description = "A simple event-driven library for parsing WebAssembly binary files.\n"
|
2020-06-12 02:34:39 +03:00
|
|
|
homepage = "https://github.com/bytecodealliance/wasm-tools/tree/master/crates/wasmparser"
|
2018-09-12 17:04:35 +03:00
|
|
|
keywords = ["parser", "WebAssembly", "wasm"]
|
2018-11-09 16:16:08 +03:00
|
|
|
license = "Apache-2.0 WITH LLVM-exception"
|
2020-06-12 02:34:39 +03:00
|
|
|
repository = "https://github.com/bytecodealliance/wasm-tools/tree/master/crates/wasmparser"
|
|
|
|
[dev-dependencies.anyhow]
|
|
|
|
version = "1.0"
|
2019-06-28 16:25:47 +03:00
|
|
|
|
|
|
|
[dev-dependencies.criterion]
|
2020-02-10 19:50:57 +03:00
|
|
|
version = "0.3"
|
2018-09-12 17:04:35 +03:00
|
|
|
|
2020-06-12 02:34:39 +03:00
|
|
|
[dev-dependencies.getopts]
|
|
|
|
version = "0.2"
|
|
|
|
|
|
|
|
[dev-dependencies.rayon]
|
|
|
|
version = "1.3"
|
2019-08-26 13:18:17 +03:00
|
|
|
|
2018-09-12 17:04:35 +03:00
|
|
|
[features]
|
2019-08-26 13:18:17 +03:00
|
|
|
deterministic = []
|