oc2-hlapi 0.1.1

Rust bindings for the OpenComputers II Minecraft mod's HLAPI
Documentation
[dependencies.arrayvec]
features = ["std"]
version = "0.7.4"

[dependencies.erased-serde]
version = "0.3"

[dependencies.mio]
features = ["os-poll", "os-ext"]
version = "0.8"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.termios]
version = "0.3"

[dependencies.thiserror]
version = "1.0.61"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.0"

[lib]
name = "oc2_hlapi"
path = "src/lib.rs"

[package]
authors = ["Factorial <27factorial@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "embedded", "os"]
description = "Rust bindings for the OpenComputers II Minecraft mod's HLAPI"
documentation = "https://docs.rs/oc2-hlapi"
edition = "2021"
keywords = ["oc2", "opencomputers", "hlapi", "minecraft"]
license = "MIT OR Apache-2.0"
name = "oc2-hlapi"
readme = "README.md"
repository = "https://github.com/27factorial/oc2-hlapi"
version = "0.1.1"