# 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-reader" version = "0.2.0" authors = ["Jef "] description = "Streaming, very fast webassembly parsing library that lets the consumer maintain ownership of the data stream (NIGHTLY ONLY)" license = "Unlicense" [dependencies.auto_enums] version = "0.7" [dependencies.byteorder] version = "1.3" [dependencies.derive-parse] version = "0.1" [dependencies.derive_more] version = "0.99" [dependencies.failure] version = "0.1" [dependencies.wasm-reader-traits] version = "0.1.1" features = ["nightly"] [dependencies.wasmparser] version = "0.51" [dev-dependencies.glob] version = "0.3" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.quickcheck_macros] version = "0.9"