# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "crs-bind" version = "0.1.5" authors = ["Timothy Morland ", "Nick Mertin ", "Drew Deaton "] build = "build/main.rs" description = "A stripped down version of qvex/vex-rt so I can do less than safe things with QUEEN's bindings for my own crassipes project. Please don't actually use this unless you need to access the bindings directly." license = "MIT" [package.metadata.docs.rs] targets = ["armv7a-vex-eabi.json"] [dependencies.libc] version = "0.2" default-features = false [dependencies.libc-print] version = "0.1.14" [dependencies.rcstring] version = "0.2.1" [dependencies.spin] version = "0.7.0" [build-dependencies.bindgen] version = "0.53.1" [build-dependencies.zip] version = "0.5.9" [build-dependencies.zip-extensions] version = "0.6.0"