miku-rpc 0.1.2

an implementation of the opencomputers 2 RPC api
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"

[[package]]
name = "epoll-rs"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc782a9074f33f8506db6bf603168955aaaf89830116d6b8c08108f4f1ae766"
dependencies = [
 "bitflags",
 "libc",
]

[[package]]
name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"

[[package]]
name = "libc"
version = "0.2.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06e509672465a0504304aa87f9f176f2b2b716ed8fb105ebe5c02dc6dce96a94"

[[package]]
name = "miku-macros"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb7b332087882039253a94f4a795298cb235debb0f19d3f92f84e64174bff362"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "miku-rpc"
version = "0.1.2"
dependencies = [
 "epoll-rs",
 "miku-macros",
 "miniserde",
 "termios",
]

[[package]]
name = "mini-internal"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b70877436602015285b4474c40a32be3a03cb40fcb0552bcc8d3f43866c1209"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "miniserde"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c455311d74acfeddf62a39abed247baa8918316845fddcd924cd977eff55bab0"
dependencies = [
 "itoa",
 "mini-internal",
 "ryu",
]

[[package]]
name = "proc-macro2"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
dependencies = [
 "unicode-xid",
]

[[package]]
name = "quote"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "ryu"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"

[[package]]
name = "syn"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-xid",
]

[[package]]
name = "termios"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
dependencies = [
 "libc",
]

[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"