# 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" version = "0.1.0" authors = [ "vexide", "Gavin Niederman ", "doinkythederp ", "Tropical", ] description = "Idiomatic Rust bindings for LLVM libunwind on VEX V5 robots" homepage = "https://vexide.dev" readme = "README.md" keywords = [ "vex", "v5", "unwind", "libunwind", "backtrace", ] categories = [ "api-bindings", "embedded", "science::robotics", "no-std", ] license = "MIT" repository = "https://github.com/vexide/vex-libunwind" [dependencies.snafu] version = "0.8.4" features = ["unstable-core-error"] default-features = false [dependencies.vex-libunwind-sys] version = "0.1.0" [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