# 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 = "on-off-sequence-output" version = "0.2.0" authors = ["Volker Kempert "] include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE.md"] description = "Sends a sequence of on/off states to a GPIO Pin" homepage = "https://github.com/almedso/on-off-sequence-output" documentation = "https://docs.rs/on-off-sequence-output" readme = "README.md" keywords = ["embedded-hal", "led", "morse_code"] categories = ["embedded", "no-std"] license = "MIT" repository = "https://github.com/almedso/on-off-sequence-output" [dependencies.embedded-hal] version = "0.2.5" features = ["unproven"] [dev-dependencies.cortex-m] version = "0.6.0" [dev-dependencies.cortex-m-rt] version = "0.6.7" [dev-dependencies.cortex-m-semihosting] version = "0.3" [dev-dependencies.failure] version = "0.1.6" features = ["derive"] default-features = false [dev-dependencies.panic-semihosting] version = "0.5.1" [dev-dependencies.stm32f4xx-hal] version = "0.7.0" features = ["rt", "stm32f401"] default-features = false [badges.travis-ci] repository = "almedso/rust-on-off-sequence-output"