# 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] name = "swasm-utils" version = "0.6.1" authors = ["Nikolay Volf ", "Sergey Pepyakin "] description = "Collection of command-line utilities and corresponding Rust api for producing pswasm-compatible executables" readme = "README.md" keywords = ["swasm", "webassembly", "pswasm"] license = "MIT/Apache-2.0" [dependencies.byteorder] version = "1" default-features = false [dependencies.log] version = "0.4" default-features = false [dependencies.swasm] version = "0.31" default-features = false [dev-dependencies.diff] version = "0.1.11" [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.wabt] version = "0.2" [features] default = ["std"] std = ["swasm/std", "log/std", "byteorder/std"]