pros-sys 0.8.1

EFI for the PROS rust bindings
Documentation
# 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 = "pros-sys"
version = "0.8.1"
build = "build.rs"
links = "pros"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EFI for the PROS rust bindings"
readme = "README.md"
keywords = [
    "PROS",
    "Robotics",
    "bindings",
    "vex",
    "v5",
]
categories = [
    "api-bindings",
    "development-tools::ffi",
    "external-ffi-bindings",
    "no-std",
    "science::robotics",
]
license = "MIT"
repository = "https://github.com/gavin-niederman/pros-rs"

[badges.maintenance]
status = "deprecated"

[features]
no-link = []
xapi = []

[lib]
name = "pros_sys"
path = "src/lib.rs"
doctest = false

[dependencies.cfg-if]
version = "1.0"

[build-dependencies.cfg-if]
version = "1.0"