# 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 = "commune" version = "0.0.2" authors = ["doomy"] description = "A #no_std way to help send and receive Rust data on embedded devices" homepage = "https://gitlab.com/_doomy/commune" categories = ["no-std", "embedded"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/_doomy/commune" [dependencies.arrayvec] version = "0.5" default-features = false [dependencies.cortex-m] version = "0.6" [dependencies.cortex-m-rt] version = "0.6" features = ["device"] [dependencies.cortex-m-rtic] version = "0.5" [dependencies.nrf] version = "0.2.0" optional = true package = "embedded-nrf24l01" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_cbor] version = "0.11" default-features = false [dependencies.stm32f1] version = "0.11" features = ["stm32f103"] optional = true [dependencies.stm32f1xx-hal] version = "0.6" features = ["rt", "stm32f103", "medium"] optional = true [dependencies.stm32f4xx-hal] version = "0.8" features = ["rt", "stm32f411"] optional = true [features] default = [] stm32f1xx = ["stm32f1xx-hal", "stm32f1", "nrf"] stm32f4xx = ["stm32f4xx-hal", "nrf"]