# 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 = "cst816s" version = "0.1.4" authors = ["Todd Stellanova "] description = "CST816S touchscreen driver for embedded hal / no_std" readme = "README.md" keywords = ["embedded-hal-driver", "CST816S", "touchscreen", "PineTime"] categories = ["embedded", "hardware-support", "no-std"] license = "BSD-3-Clause" repository = "https://github.com/tstellanova/cst816s" [dependencies.cortex-m] version = "0.6.2" [dependencies.embedded-hal] version = "0.2.3" features = ["unproven"] [dev-dependencies.cortex-m-rt] version = "0.6.12" [dev-dependencies.embedded-graphics] version = "0.6.0" [dev-dependencies.nrf52832-hal] version = "0.8.1" features = ["xxAA-package", "rt"] default-features = false [dev-dependencies.panic-rtt-core] version = "0.1.0" [dev-dependencies.shared-bus] version = "0.1.4" features = ["cortexm"]