# 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 = "thumby" version = "0.0.3" authors = ["Jason Ngo "] exclude = [ "build.rs", "deploy.sh", "memory.x", "doc", "*.png", ] description = "Library for TinyCircuits Thumby device" keywords = [ "thumby", "tiny-circuits", "rp2040", "embedded", ] categories = [ "embedded", "no-std", ] license = "GPL-3.0" repository = "https://github.com/jngo102/thumby-rs" [package.metadata.docs.rs] targets = ["thumbv6m-none-eabi"] [profile.bench] opt-level = 3 lto = "fat" codegen-units = 1 debug = 2 debug-assertions = false incremental = false [profile.dev] opt-level = 3 codegen-units = 1 debug = 2 debug-assertions = true overflow-checks = true incremental = false [profile.dev.build-override] opt-level = 0 codegen-units = 8 debug = false debug-assertions = false overflow-checks = false [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 2 debug-assertions = false overflow-checks = false incremental = false [profile.release.build-override] opt-level = 0 codegen-units = 8 debug = false debug-assertions = false overflow-checks = false [profile.test] opt-level = 3 codegen-units = 1 debug = 2 debug-assertions = true overflow-checks = true incremental = false [dependencies.cortex-m] version = "^0" [dependencies.cortex-m-rt] version = "^0" [dependencies.embedded-hal] version = "^0" features = ["unproven"] [dependencies.fugit] version = "^0" [dependencies.libm] version = "^0" [dependencies.panic-halt] version = "^0" [dependencies.panic-probe] version = "^0" features = ["print-rtt"] [dependencies.rp2040-boot2] version = "^0" [dependencies.rp2040-hal] version = "^0" features = ["rt"] [dependencies.ssd1306] version = "^0" [dev-dependencies.embedded-graphics] version = "^0" [badges.circle-ci] branch = "main" repository = "jngo102/thumby-rs"