Bug 1608150 [wpt PR 21112] - Add missing space in `./wpt lint` command line docs...
[gecko.git] / third_party / rust / wasmparser / Cargo.toml
bloba358c819b774663d657b6e2276e788d7d0a2d05e
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
13 [package]
14 edition = "2018"
15 name = "wasmparser"
16 version = "0.39.2"
17 authors = ["Yury Delendik <ydelendik@mozilla.com>"]
18 exclude = ["fuzz/**/*", "tests/**/*", "testsuite/**/*"]
19 description = "A simple event-driven library for parsing WebAssembly binary files.\n"
20 keywords = ["parser", "WebAssembly", "wasm"]
21 license = "Apache-2.0 WITH LLVM-exception"
22 repository = "https://github.com/yurydelendik/wasmparser.rs"
24 [[bench]]
25 name = "benchmark"
26 harness = false
27 [dependencies.hashbrown]
28 version = "0.5.0"
29 optional = true
30 [dev-dependencies.criterion]
31 version = "0.2"
33 [dev-dependencies.wabt]
34 version = "0.9.2"
36 [features]
37 core = ["hashbrown"]
38 default = ["std"]
39 deterministic = []
40 std = []
41 [badges.travis-ci]
42 repository = "yurydelendik/wasmparser.rs"