# 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 = "miku-rpc" version = "0.1.4" description = "an implementation of the opencomputers 2 RPC api" readme = "../README.md" license-file = "LICENSE" repository = "https://github.com/allie-signet/miku-rpc" [dependencies.arrayvec] version = "0.7" [dependencies.epoll-rs] version = "0.2.1" [dependencies.miku-macros] version = "0.1.2" [dependencies.miniserde-miku] version = "0.1" [dependencies.termios] version = "0.3" [features] default = ["wrappers"] wrappers = []