# 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-cassette" version = "0.12.1" authors = ["Christopher Head "] description = "Provides a convenient entry point wrapper for an OC-Wasm application to use Cassette as an async executor" 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.cassette] version = "^0.2" [dependencies.oc-wasm-futures] version = "^0.12" default-features = false [dependencies.sync-unsafe-cell] version = "^0.1"