oc-wasm-safe 0.1.1

Safe but low-level wrappers around the OC-Wasm system call interface
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"

[[package]]
name = "minicbor"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "591a1a79817619cc5c918b9c6126da445ce53faf695e9104852f5a3c5e8ccd57"

[[package]]
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
 "autocfg",
]

[[package]]
name = "oc-wasm-safe"
version = "0.1.1"
dependencies = [
 "minicbor",
 "oc-wasm-sys",
 "ordered-float",
 "uuid",
]

[[package]]
name = "oc-wasm-sys"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa57191e910e10bccc3fba7a9dd737b31751423ba18acd3c48b3ecd557b45e15"
dependencies = [
 "ordered-float",
]

[[package]]
name = "ordered-float"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "039f02eb0f69271f26abe3202189275d7aa2258b903cb0281b5de710a2570ff3"
dependencies = [
 "num-traits",
]

[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"