# 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-core" version = "0.2.0" authors = [ "vexide", "Gavin Niederman ", "doinkythederp ", "Tropical", ] description = "Core functionality for vexide" readme = "README.md" keywords = [ "Robotics", "bindings", "vex", "v5", ] categories = [ "api-bindings", "no-std", "science::robotics", ] license = "MIT" repository = "https://github.com/vexide/vexide" [dependencies.bitflags] version = "2.4.2" [dependencies.critical-section] version = "1.1.2" features = ["restore-state-bool"] [dependencies.futures-core] version = "0.3.30" features = ["alloc"] default-features = false [dependencies.lock_api] version = "0.4.11" [dependencies.no_std_io] version = "0.6.0" features = ["alloc"] [dependencies.pin-project] version = "1.1.5" [dependencies.replace_with] version = "0.1.7" default-features = false [dependencies.snafu] version = "0.8.0" features = [ "rust_1_61", "unstable-core-error", ] default-features = false [dependencies.talc] version = "4.3.1" [dependencies.vex-sdk] version = "0.14.0" [target."cfg(target_arch = \"wasm32\")".dependencies.dlmalloc] version = "0.2.4" features = ["global"] [lints.clippy] missing_const_for_fn = "warn" [lints.rust] missing_docs = "warn" rust_2018_idioms = "warn" unsafe_op_in_unsafe_fn = "deny"