wasi-common 0.1.0

WASI implementation in Rust
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]
edition = "2018"
name = "wasi-common"
version = "0.1.0"
authors = ["Adam C. Foltzer <acfoltzer@fastly.com>", "Frank Denis <github@pureftpd.org>", "Jakub Konka <kubkon@jakubkonka.com>", "Dan Gohman <sunfish@mozilla.com>"]
exclude = ["misc_testsuite/*.wasm"]
description = "WASI implementation in Rust"
license = "Apache-2.0 WITH LLVM-exception"

[lib]
name = "wasi_common"
crate-type = ["rlib", "staticlib", "cdylib"]
[dependencies.cfg-if]
version = "0.1.9"

[dependencies.failure]
version = "0.1"

[dependencies.filetime]
version = "0.2.7"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.6"

[dependencies.wasi-common-cbindgen]
version = "0.1.0"
[dev-dependencies.cranelift-codegen]
version = "0.40.0"

[dev-dependencies.cranelift-entity]
version = "0.40.0"

[dev-dependencies.cranelift-native]
version = "0.40.0"

[dev-dependencies.cranelift-wasm]
version = "0.40.0"

[dev-dependencies.pretty_env_logger]
version = "0.3.0"

[dev-dependencies.target-lexicon]
version = "0.4.0"
[build-dependencies.cfg-if]
version = "0.1.9"
[target."cfg(unix)".dependencies.nix]
version = "0.13"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"

[target."cfg(windows)".dependencies.winx]
version = "0.1.0"