mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Fix invalid "async" crates.io category.
This commit is contained in:
parent
6a1c415a4c
commit
4c23f197b3
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "RP2040 PIO SPI implementation for cyw43"
|
description = "RP2040 PIO SPI implementation for cyw43"
|
||||||
keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]
|
keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]
|
||||||
categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"]
|
categories = ["embedded", "hardware-support", "no-std", "network-programming", "asynchronous"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/embassy-rs/embassy"
|
repository = "https://github.com/embassy-rs/embassy"
|
||||||
documentation = "https://docs.embassy.dev/cyw43-pio"
|
documentation = "https://docs.embassy.dev/cyw43-pio"
|
||||||
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W."
|
description = "Rust driver for the CYW43439 WiFi chip, used in the Raspberry Pi Pico W."
|
||||||
keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]
|
keywords = ["embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi"]
|
||||||
categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"]
|
categories = ["embedded", "hardware-support", "no-std", "network-programming", "asynchronous"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/embassy-rs/embassy"
|
repository = "https://github.com/embassy-rs/embassy"
|
||||||
documentation = "https://docs.embassy.dev/cyw43"
|
documentation = "https://docs.embassy.dev/cyw43"
|
||||||
|
@ -3,6 +3,14 @@ name = "embassy-hal-internal"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
description = "Internal implementation details for Embassy HALs. DO NOT USE DIRECTLY."
|
||||||
|
repository = "https://github.com/embassy-rs/embassy"
|
||||||
|
documentation = "https://docs.embassy.dev/embassy-hal-internal"
|
||||||
|
categories = [
|
||||||
|
"embedded",
|
||||||
|
"no-std",
|
||||||
|
"asynchronous",
|
||||||
|
]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
||||||
@ -26,4 +34,4 @@ log = { version = "0.4.14", optional = true }
|
|||||||
num-traits = { version = "0.2.14", default-features = false }
|
num-traits = { version = "0.2.14", default-features = false }
|
||||||
|
|
||||||
cortex-m = { version = "0.7.6", optional = true }
|
cortex-m = { version = "0.7.6", optional = true }
|
||||||
critical-section = { version = "1", optional = true }
|
critical-section = { version = "1", optional = true }
|
||||||
|
@ -3,7 +3,7 @@ name = "embassy-net-adin1110"
|
|||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
description = "embassy-net driver for the ADIN1110 ethernet chip"
|
description = "embassy-net driver for the ADIN1110 ethernet chip"
|
||||||
keywords = ["embedded", "ADIN1110", "embassy-net", "embedded-hal-async", "ethernet"]
|
keywords = ["embedded", "ADIN1110", "embassy-net", "embedded-hal-async", "ethernet"]
|
||||||
categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"]
|
categories = ["embedded", "hardware-support", "no-std", "network-programming", "asynchronous"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/embassy-rs/embassy"
|
repository = "https://github.com/embassy-rs/embassy"
|
||||||
|
@ -3,7 +3,7 @@ name = "embassy-net-enc28j60"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "embassy-net driver for the ENC28J60 ethernet chip"
|
description = "embassy-net driver for the ENC28J60 ethernet chip"
|
||||||
keywords = ["embedded", "enc28j60", "embassy-net", "embedded-hal-async", "ethernet"]
|
keywords = ["embedded", "enc28j60", "embassy-net", "embedded-hal-async", "ethernet"]
|
||||||
categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"]
|
categories = ["embedded", "hardware-support", "no-std", "network-programming", "asynchronous"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/embassy-rs/embassy"
|
repository = "https://github.com/embassy-rs/embassy"
|
||||||
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "embassy-net driver for ESP-Hosted"
|
description = "embassy-net driver for ESP-Hosted"
|
||||||
keywords = ["embedded", "esp-hosted", "embassy-net", "embedded-hal-async", "wifi"]
|
keywords = ["embedded", "esp-hosted", "embassy-net", "embedded-hal-async", "wifi"]
|
||||||
categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"]
|
categories = ["embedded", "hardware-support", "no-std", "network-programming", "asynchronous"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/embassy-rs/embassy"
|
repository = "https://github.com/embassy-rs/embassy"
|
||||||
documentation = "https://docs.embassy.dev/embassy-net-esp-hosted"
|
documentation = "https://docs.embassy.dev/embassy-net-esp-hosted"
|
||||||
|
@ -3,7 +3,7 @@ name = "embassy-net-ppp"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "embassy-net driver for PPP over Serial"
|
description = "embassy-net driver for PPP over Serial"
|
||||||
keywords = ["embedded", "ppp", "embassy-net", "embedded-hal-async", "async"]
|
keywords = ["embedded", "ppp", "embassy-net", "embedded-hal-async", "async"]
|
||||||
categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"]
|
categories = ["embedded", "hardware-support", "no-std", "network-programming", "asynchronous"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/embassy-rs/embassy"
|
repository = "https://github.com/embassy-rs/embassy"
|
||||||
|
@ -3,7 +3,7 @@ name = "embassy-net-tuntap"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "embassy-net driver for Linux TUN/TAP interfaces."
|
description = "embassy-net driver for Linux TUN/TAP interfaces."
|
||||||
keywords = ["embedded", "tuntap", "embassy-net", "ethernet", "async"]
|
keywords = ["embedded", "tuntap", "embassy-net", "ethernet", "async"]
|
||||||
categories = ["embedded", "hardware-support", "network-programming", "async"]
|
categories = ["embedded", "hardware-support", "network-programming", "asynchronous"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/embassy-rs/embassy"
|
repository = "https://github.com/embassy-rs/embassy"
|
||||||
|
@ -3,7 +3,7 @@ name = "embassy-net-wiznet"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "embassy-net driver for WIZnet SPI Ethernet chips"
|
description = "embassy-net driver for WIZnet SPI Ethernet chips"
|
||||||
keywords = ["embedded", "embassy-net", "embedded-hal-async", "ethernet", "async"]
|
keywords = ["embedded", "embassy-net", "embedded-hal-async", "ethernet", "async"]
|
||||||
categories = ["embedded", "hardware-support", "no-std", "network-programming", "async"]
|
categories = ["embedded", "hardware-support", "no-std", "network-programming", "asynchronous"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/embassy-rs/embassy"
|
repository = "https://github.com/embassy-rs/embassy"
|
||||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "Embassy Hardware Abstraction Layer (HAL) for nRF series microcontrollers"
|
description = "Embassy Hardware Abstraction Layer (HAL) for nRF series microcontrollers"
|
||||||
keywords = ["embedded", "async", "nordic", "nrf", "embedded-hal"]
|
keywords = ["embedded", "async", "nordic", "nrf", "embedded-hal"]
|
||||||
categories = ["embedded", "hardware-support", "no-std", "async"]
|
categories = ["embedded", "hardware-support", "no-std", "asynchronous"]
|
||||||
repository = "https://github.com/embassy-rs/embassy"
|
repository = "https://github.com/embassy-rs/embassy"
|
||||||
documentation = "https://docs.embassy.dev/embassy-nrf"
|
documentation = "https://docs.embassy.dev/embassy-nrf"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "Embassy Hardware Abstraction Layer (HAL) for the Raspberry Pi RP2040 microcontroller"
|
description = "Embassy Hardware Abstraction Layer (HAL) for the Raspberry Pi RP2040 microcontroller"
|
||||||
keywords = ["embedded", "async", "raspberry-pi", "rp2040", "embedded-hal"]
|
keywords = ["embedded", "async", "raspberry-pi", "rp2040", "embedded-hal"]
|
||||||
categories = ["embedded", "hardware-support", "no-std", "async"]
|
categories = ["embedded", "hardware-support", "no-std", "asynchronous"]
|
||||||
repository = "https://github.com/embassy-rs/embassy"
|
repository = "https://github.com/embassy-rs/embassy"
|
||||||
documentation = "https://docs.embassy.dev/embassy-rp"
|
documentation = "https://docs.embassy.dev/embassy-rp"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "Embassy Hardware Abstraction Layer (HAL) for ST STM32 series microcontrollers"
|
description = "Embassy Hardware Abstraction Layer (HAL) for ST STM32 series microcontrollers"
|
||||||
keywords = ["embedded", "async", "stm32", "hal", "embedded-hal"]
|
keywords = ["embedded", "async", "stm32", "hal", "embedded-hal"]
|
||||||
categories = ["embedded", "hardware-support", "no-std", "async"]
|
categories = ["embedded", "hardware-support", "no-std", "asynchronous"]
|
||||||
repository = "https://github.com/embassy-rs/embassy"
|
repository = "https://github.com/embassy-rs/embassy"
|
||||||
documentation = "https://docs.embassy.dev/embassy-stm32"
|
documentation = "https://docs.embassy.dev/embassy-stm32"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "Driver trait for `embassy-usb`, an async USB device stack for embedded devices."
|
description = "Driver trait for `embassy-usb`, an async USB device stack for embedded devices."
|
||||||
keywords = ["embedded", "async", "usb", "hal", "embedded-hal"]
|
keywords = ["embedded", "async", "usb", "hal", "embedded-hal"]
|
||||||
categories = ["embedded", "hardware-support", "no-std", "async"]
|
categories = ["embedded", "hardware-support", "no-std", "asynchronous"]
|
||||||
repository = "https://github.com/embassy-rs/embassy"
|
repository = "https://github.com/embassy-rs/embassy"
|
||||||
documentation = "https://docs.embassy.dev/embassy-usb-driver"
|
documentation = "https://docs.embassy.dev/embassy-usb-driver"
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "Async USB device stack for embedded devices in Rust."
|
description = "Async USB device stack for embedded devices in Rust."
|
||||||
keywords = ["embedded", "async", "usb", "hal", "embedded-hal"]
|
keywords = ["embedded", "async", "usb", "hal", "embedded-hal"]
|
||||||
categories = ["embedded", "hardware-support", "no-std", "async"]
|
categories = ["embedded", "hardware-support", "no-std", "asynchronous"]
|
||||||
repository = "https://github.com/embassy-rs/embassy"
|
repository = "https://github.com/embassy-rs/embassy"
|
||||||
documentation = "https://docs.embassy.dev/embassy-usb"
|
documentation = "https://docs.embassy.dev/embassy-usb"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user