# 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 = "vex-libunwind-sys" version = "0.1.0" authors = [ "vexide", "doinkythederp ", "Tropical", "Gavin Niederman ", ] description = "FFI bindings to LLVM libunwind for VEX V5 robots" homepage = "https://vexide.dev" keywords = [ "vex", "v5", "unwind", "libunwind", ] categories = [ "external-ffi-bindings", "embedded", "science::robotics", "no-std::no-alloc", ] license = "MIT" repository = "https://github.com/vexide/vex-libunwind" [dependencies] [lints.clippy] missing_const_for_fn = "warn" [lints.rust] missing_docs = "warn" unsafe_op_in_unsafe_fn = "deny" [lints.rust.rust_2018_idioms] level = "warn" priority = -1