evian-tracking 0.0.1-rc.1

Robot localization and tracking algorithms in evian.
Documentation
[dependencies.evian-math]
default-features = false
version = "0.0.1-rc.1"

[dependencies.vexide]
default-features = false
features = ["async", "core", "devices"]
version = "0.7.0"

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

[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "deny"

[lints.rust.future_incompatible]
level = "warn"
priority = -1

[lints.rust.let_underscore]
level = "warn"
priority = -1

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1

[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_vendor, values("vex"))']
level = "warn"
priority = 0

[package]
authors = ["Tropical"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::robotics", "no-std", "mathematics", "embedded"]
description = "Robot localization and tracking algorithms in evian."
edition = "2024"
keywords = ["vex", "vexide", "vex-robotics", "robotics", "autonomous"]
license = "MIT"
name = "evian-tracking"
readme = false
repository = "https://github.com/vexide/evian/"
resolver = "2"
version = "0.0.1-rc.1"

[package.metadata.docs.rs]
targets = ["armv7a-none-eabi"]