# 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 = "vexide-async" version = "0.1.1" authors = [ "vexide", "Gavin Niederman ", "doinkythederp ", "Tropical", ] description = "The async executor at the core of vexide" readme = "README.md" keywords = [ "Robotics", "bindings", "async", "vex", "v5", ] categories = [ "no-std", "science::robotics", "Asynchronous", ] license = "MIT" repository = "https://github.com/vexide/vexide" [dependencies.async-task] version = "4.5.0" default-features = false [dependencies.critical-section] version = "1.1.2" features = ["restore-state-bool"] [dependencies.vex-sdk] version = "0.14.0" [dependencies.vexide-core] version = "0.2.0" [dependencies.waker-fn] version = "1.1.1" [lints.clippy] missing_const_for_fn = "warn" [lints.rust] missing_docs = "warn" rust_2018_idioms = "warn" unsafe_op_in_unsafe_fn = "deny"