# 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" rust-version = "1.62" name = "arfur-rev" version = "0.0.1" description = "Bindings to the REV framework." license = "MIT" repository = "https://github.com/arfur-rs/arfur/" [package.metadata.nix] build = true [dependencies.arfur-wpilib] version = "0.0.2" [dependencies.derive_builder] version = "0.11.2" [dependencies.thiserror] version = "1.0.32" [dependencies.tracing] version = "0.1.36" [build-dependencies.arfur-build] version = "0.0.2" [build-dependencies.color-eyre] version = "0.6.2" [build-dependencies.tokio] version = "1.21.0" features = [ "macros", "rt-multi-thread", ] [features] bindgen = [ "arfur-build/bindgen", "arfur-wpilib/bindgen", ]