# 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-immersive" version = "0.12.1" authors = ["Christopher Head "] description = "High-level APIs for the Immersive family of machines" readme = "README.md" keywords = [ "immersive", "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.bounded-integer] version = "^0.5" features = ["macro"] [dependencies.minicbor] version = "^0.21" default-features = false [dependencies.oc-wasm-futures] version = "^0.12" default-features = false [dependencies.oc-wasm-helpers] version = "^0.12" default-features = false [dependencies.oc-wasm-safe] version = "^0.12" default-features = false [features] alloc = [ "minicbor/alloc", "oc-wasm-helpers/alloc", ] default = ["std"] std = [ "alloc", "bounded-integer/std", "oc-wasm-safe/std", ]