xwasm-utils 0.6.2

Collection of command-line utilities and corresponding Rust api for producing pxwasm-compatible executables
Documentation
# 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 = "xwasm-utils"
version = "0.6.2"
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
description = "Collection of command-line utilities and corresponding Rust api for producing pxwasm-compatible executables"
readme = "README.md"
keywords = ["xwasm", "webassembly", "pxwasm"]
license = "MIT/Apache-2.0"
[dependencies.byteorder]
version = "1"
default-features = false

[dependencies.log]
version = "0.4"
default-features = false

[dependencies.xwasm]
version = "0.31"
default-features = false
[dev-dependencies.diff]
version = "0.1.11"

[dev-dependencies.indoc]
version = "0.3"

[dev-dependencies.tempdir]
version = "0.3"

[dev-dependencies.wabt]
version = "0.2"

[features]
default = ["std"]
std = ["xwasm/std", "log/std", "byteorder/std"]