# 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 = "rustworks" version = "0.0.1" authors = ["willemml "] description = "An operating system for the Numworks n0110 calculator." homepage = "https://github.com/willemml/rustworks" license = "GPL-3.0" repository = "https://github.com/willemml/rustworks" [profile.dev] opt-level = "s" lto = true codegen-units = 1 debug = 1 debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false [profile.dev.package."*"] opt-level = "s" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 1 panic = "abort" [profile.release.package."*"] opt-level = "s" [[bin]] name = "rustworks" test = false bench = false [dependencies.cortex-m] version = "0.6" [dependencies.cortex-m-rtic] version = "0.5" [dependencies.display-interface-parallel-gpio] version = "0.6" [dependencies.embedded-graphics] version = "0.6" [dependencies.embedded-hal] version = "0.2" [dependencies.embedded-text] version = "0.4" default-features = false [dependencies.heapless] version = "0.7" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" default-features = false [dependencies.panic-halt] version = "0.2" [dependencies.rtt-target] version = "0.3" features = ["cortex-m"] [dependencies.st7789] version = "0.5" features = ["batch"] [dependencies.stm32f7xx-hal] version = "0.3" features = ["stm32f730", "rt"]