# 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 = "roblib-server" version = "0.1.0" authors = [ "Beni69 (https://github.com/beni69)", "Kris030 (https://github.com/Kris030)", ] description = "A remote control server for a dank engine" homepage = "https://github.com/kareszklub/roblib-rs" readme = "README.md" license = "LGPL-2.1-or-later" repository = "https://github.com/kareszklub/roblib-rs" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.axum] version = "0.6.19" features = [ "http1", "tokio", "ws", ] default_features = false [dependencies.bincode] version = "1.3.3" [dependencies.env_logger] version = "0.10.0" [dependencies.envy] version = "0.4.2" [dependencies.futures-util] version = "0.3" [dependencies.log] version = "0.4" [dependencies.roblib] version = "0.1.0" features = ["async"] [dependencies.serde] version = "1" [dependencies.tokio] version = "1.29" features = [ "rt", "rt-multi-thread", "time", "sync", "signal", "io-util", "macros", "net", ] default_features = false [dependencies.tokio-util] version = "0.7.8" [features] all = [ "roland", "gpio", "camloc", "backend", ] backend = ["roblib/gpio-backend"] camloc = ["roblib/camloc"] default = [] gpio = ["roblib/gpio"] roland = ["roblib/roland"]