# 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 = "pico-sdk-sys" version = "0.1.1" authors = ["Kağan Ege "] build = "build/build.rs" exclude = [".github"] description = "FFI bindings to Raspberry Pi's Pico SDK" readme = "README.md" keywords = [ "raspberry-pi", "embedded", "no-std", ] categories = [ "no-std", "external-ffi-bindings", "embedded", ] license = "MIT" repository = "https://github.com/kaganege/pico-sdk-rust" [profile.release] lto = true codegen-units = 1 debug = 2 [lib] test = false bench = false [dependencies.custom-print] version = "1.0.0" default-features = false [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cmake] version = "0.1.50" [build-dependencies.flate2] version = "1.0.30" [build-dependencies.git2] version = "0.19.0" [build-dependencies.paste] version = "1.0.15" [build-dependencies.reqwest] version = "0.12.5" features = ["blocking"] [build-dependencies.serde] version = "1.0.203" features = ["derive"] [build-dependencies.tar] version = "0.4.41" [build-dependencies.toml] version = "0.8.14" features = ["parse"] [build-dependencies.which] version = "6.0.1" [build-dependencies.xz] version = "0.1.0" [build-dependencies.zip] version = "2.1.3" features = [ "deflate", "flate2", ] default-features = false [features] alloc = ["custom-print/alloc"] default = ["enable-stdio-usb"] enable-stdio-uart = [] enable-stdio-usb = [] extras = [] full = [ "extras", "alloc", ] pico-w = []