# 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" version = "0.1.0" authors = [ "Beni69 (https://github.com/beni69)", "Kris030 (https://github.com/Kris030)", ] description = "A shared library 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" optional = true [dependencies.camloc-server] version = "0.1.0" features = ["serde"] optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.log] version = "0.4" [dependencies.roblib-macro] version = "0.1.0" [dependencies.rppal] version = "0.14" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1.29.1" features = ["sync"] optional = true [dev-dependencies.rand] version = "0.8.5" [features] all = [ "gpio", "roland", "camloc", "async", ] async = [ "dep:async-trait", "dep:futures", "dep:tokio", ] camloc = ["dep:camloc-server"] default = [] gpio = [] gpio-backend = ["dep:rppal"] roland = []