# 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 = "oc-wasm-safe" version = "0.12.1" authors = ["Christopher Head "] description = "Safe but low-level wrappers around the OC-Wasm system call interface" readme = "README.md" keywords = [ "minecraft", "oc-wasm", "opencomputers", ] categories = ["games"] license = "GPL-3.0-only" repository = "https://gitlab.com/Hawk777/oc-wasm-rust" [package.metadata.docs.rs] default-target = "wasm32-unknown-unknown" [dependencies.minicbor] version = "^0.21" default-features = false [dependencies.oc-wasm-sys] version = "^0.12" default-features = false [dependencies.ordered-float] version = "^4" default-features = false [dependencies.uuid] version = "^1" default-features = false [features] default = [ "panic", "std", ] panic = [] std = []