diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-06-29 19:51:16 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-06-29 19:55:32 +0200 |
| commit | 6eac49186d5a5da4c310027e59adcd0bf44ae514 (patch) | |
| tree | 3cbd9c15c68c7ee3859a17ec6d6fc7150e569686 /embassy-net-driver-channel/Cargo.toml | |
| parent | 4feabb13bfbda46de74be09566118adc1ba49d5d (diff) | |
Release embassy-net v0.1
Diffstat (limited to 'embassy-net-driver-channel/Cargo.toml')
| -rw-r--r-- | embassy-net-driver-channel/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/embassy-net-driver-channel/Cargo.toml b/embassy-net-driver-channel/Cargo.toml index e475551e1..bee2e3021 100644 --- a/embassy-net-driver-channel/Cargo.toml +++ b/embassy-net-driver-channel/Cargo.toml | |||
| @@ -2,6 +2,14 @@ | |||
| 2 | name = "embassy-net-driver-channel" | 2 | name = "embassy-net-driver-channel" |
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | ||
| 6 | description = "High-level channel-based driver for the `embassy-net` async TCP/IP network stack." | ||
| 7 | repository = "https://github.com/embassy-rs/embassy" | ||
| 8 | categories = [ | ||
| 9 | "embedded", | ||
| 10 | "no-std", | ||
| 11 | "asynchronous", | ||
| 12 | ] | ||
| 5 | 13 | ||
| 6 | [package.metadata.embassy_docs] | 14 | [package.metadata.embassy_docs] |
| 7 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-driver-channel-v$VERSION/embassy-net-driver-channel/src/" | 15 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-driver-channel-v$VERSION/embassy-net-driver-channel/src/" |
| @@ -9,6 +17,9 @@ src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net-d | |||
| 9 | features = ["defmt"] | 17 | features = ["defmt"] |
| 10 | target = "thumbv7em-none-eabi" | 18 | target = "thumbv7em-none-eabi" |
| 11 | 19 | ||
| 20 | [package.metadata.docs.rs] | ||
| 21 | features = ["defmt"] | ||
| 22 | |||
| 12 | [dependencies] | 23 | [dependencies] |
| 13 | defmt = { version = "0.3", optional = true } | 24 | defmt = { version = "0.3", optional = true } |
| 14 | log = { version = "0.4.14", optional = true } | 25 | log = { version = "0.4.14", optional = true } |
