ev3dev-rs 0.1.1

High level pybricks-like rust bindings for e3dev
Documentation
# 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 = "2024"
name = "ev3dev-rs"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High level pybricks-like rust bindings for e3dev"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/shaggysa/ev3dev-rs"

[lib]
name = "ev3dev_rs"
path = "src/lib.rs"

[dependencies.fixed]
version = "1.29.0"

[dependencies.scopeguard]
version = "1.2.0"

[dependencies.tokio]
version = "1.48.0"
features = ["time"]

[lints.clippy]
missing_docs = "deny"
unwrap_used = "deny"

[profile.release]
opt-level = "s"
lto = true
strip = true