# 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 = "adafruit-seesaw" version = "0.6.1" authors = ["Alex Eden "] exclude = [ "/.cargo", "/.rustfmt.toml", ] description = "Platform-agnostic implementation for communicating with devices that run the Seesaw firmware." documentation = "https://docs.rs/adafruit-seesaw" readme = "README.md" keywords = [ "shared-bus", "seesaw", "adafruit", "i2c", "embedded", ] categories = [ "embedded", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/alexeden/adafruit-seesaw" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--generate-link-to-definition"] [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 2 incremental = false [lib] test = false bench = false [dependencies.embedded-hal] version = "1.0.0" [dev-dependencies.cortex-m] version = "0.7" [dev-dependencies.cortex-m-rt] version = "0.7" [dev-dependencies.rtt-target] version = "0.5" [dev-dependencies.stm32f4xx-hal] version = "0.20" features = [ "stm32f405", "sdio", ] [features] std = []