# 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 = "oc2-hlapi" version = "0.4.0" authors = ["Factorial <27factorial@gmail.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for the OpenComputers II Minecraft mod's HLAPI" documentation = "https://docs.rs/oc2-hlapi" readme = "README.md" keywords = [ "oc2", "opencomputers", "hlapi", "minecraft", ] categories = [ "api-bindings", "embedded", "os", ] license = "MIT OR Apache-2.0" repository = "https://github.com/27factorial/oc2-hlapi" [lib] name = "oc2_hlapi" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7.4" features = ["std"] [dependencies.erased-serde] version = "0.3" [dependencies.mio] version = "0.8" features = [ "os-poll", "os-ext", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.termios] version = "0.3" [dependencies.thiserror] version = "1.0.61" [dependencies.uuid] version = "1.0" features = [ "v4", "serde", ]