# 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 = "kea-hal" version = "0.5.0" authors = ["W. Clayton Pannell "] description = "HAL for NXP KEA devices." documentation = "https://docs.rs/kea-hal" readme = "README.md" keywords = ["keazn64", "nxp", "embedded-hal", "no_std", "embedded"] categories = ["embedded", "no-std"] license = "MIT" repository = "https://github.com/wcpannell/kea-hal" [dependencies.SKEAZN642] version = "0.2.0" [dependencies.cortex-m] version = "0.7" [dependencies.cortex-m-rt] version = "0.6.13" optional = true [dependencies.embedded-hal] version = "0.2.4" features = ["unproven"] [dependencies.embedded-hal-alpha] version = "=1.0.0-alpha.4" package = "embedded-hal" [dependencies.embedded-time] version = "0.12.0" [dependencies.nb] version = "1.0.0" [dependencies.void] version = "1.0.2" default-features = false [features] rt = ["SKEAZN642/rt"]