[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"