mirror of
https://github.com/rust-embedded/embedded-hal.git
synced 2026-03-23 07:35:08 +00:00
26 lines
514 B
TOML
26 lines
514 B
TOML
[package]
|
|
name = "embedded-io"
|
|
version = "0.6.1"
|
|
edition = "2021"
|
|
rust-version = "1.60"
|
|
description = "Embedded IO traits"
|
|
repository = "https://github.com/rust-embedded/embedded-hal"
|
|
readme = "README.md"
|
|
license = "MIT OR Apache-2.0"
|
|
categories = [
|
|
"embedded",
|
|
"no-std",
|
|
]
|
|
|
|
[features]
|
|
std = ["alloc"]
|
|
alloc = []
|
|
defmt-03 = ["dep:defmt-03"]
|
|
|
|
[dependencies]
|
|
defmt-03 = { package = "defmt", version = "0.3", optional = true }
|
|
|
|
[package.metadata.docs.rs]
|
|
features = ["std"]
|
|
rustdoc-args = ["--cfg", "docsrs"]
|