# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "binaryen" version = "0.13.0" authors = ["Sergey Pepyakin "] description = "Bindings to the binaryen library" homepage = "https://github.com/pepyakin/binaryen-rs" readme = "README.md" keywords = [ "binaryen", "webassembly", "wasm", "compiler", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/pepyakin/binaryen-rs" [dependencies.binaryen-sys] version = "0.13.0" [dev-dependencies.rand] version = "0.8.0" [dev-dependencies.wat] version = "1.0"