# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "embedded-devices" version = "0.9.11" authors = ["oddlama "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Device driver implementations for many embedded sensors and devices" homepage = "https://github.com/oddlama/embedded-devices" documentation = "https://docs.rs/embedded-devices" readme = "README.md" keywords = [ "sensor", "embedded", "device", "driver", "peripheral", ] categories = [ "embedded", "no-std", "hardware-support", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/oddlama/embedded-devices" [lib] name = "embedded_devices" path = "src/lib.rs" [dependencies.approx] version = "0.5.1" default-features = false [dependencies.bondrewd] version = "0.1.14" features = ["derive"] default-features = false [dependencies.bytemuck] version = "1.16.3" features = [ "derive", "min_const_generics", ] [dependencies.defmt] version = "0.3.8" [dependencies.embedded-devices-derive] version = "0.9.11" [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.embedded-registers] version = "0.9.11" features = ["derive"] default-features = false [dependencies.maybe-async-cfg] version = "0.2.4" [dependencies.paste] version = "1.0.15" [dependencies.uom] version = "0.36.0" features = [ "f32", "f64", "si", "u8", "u16", "u32", "u64", "i8", "i16", "i32", "i64", "rational32", "rational64", ] default-features = false [features] async = ["embedded-registers/async"] default = [ "async", "embedded-registers/async", ] std = []