owasm-std 0.20.1

A standard library for interacting with the Oasis platform.
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 = "owasm-std"
version = "0.20.1"
authors = ["Oasis Labs <info@oasislabs.com>"]
description = "A standard library for interacting with the Oasis platform."
readme = "README.md"
keywords = ["oasis", "owasm"]
categories = ["os", "wasm"]
license = "MIT/Apache-2.0"
repository = "https://github.com/oasislabs/owasm-std.git"
[dependencies.fixed-hash]
version = "0.3.0"
default-features = false

[dependencies.serde]
version = "1.0.88"

[dependencies.serde_derive]
version = "1.0.88"

[dependencies.uint]
version = "0.6.1"
default-features = false

[features]
platform-alloc = []