oxide-sdk 0.1.0

Guest SDK for building .wasm applications that run inside the Oxide browser
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 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]
edition = "2021"
name = "oxide-sdk"
version = "0.1.0"
authors = ["Nikhil Ranjan <niklabh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Guest SDK for building .wasm applications that run inside the Oxide browser"
homepage = "https://github.com/niklabh/oxide"
documentation = "https://docs.rs/oxide-sdk"
readme = "README.md"
keywords = [
    "wasm",
    "webassembly",
    "browser",
    "sdk",
    "sandbox",
]
categories = [
    "wasm",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/niklabh/oxide"

[lib]
name = "oxide_sdk"
crate-type = ["rlib"]
path = "src/lib.rs"