antaeus 0.3.6

A Versatile Framework for Vexide
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 = "antaeus"
version = "0.3.6"
authors = ["Harshal<saturnyx@disroot.org"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Versatile Framework for Vexide"
readme = "README.md"
keywords = [
    "Robotics",
    "bindings",
    "vex",
    "v5",
]
categories = ["science::robotics"]
license = "AGPL-3.0-only"
repository = "https://github.com/Saturnyx/antaeus"

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

[[example]]
name = "clawbot"
path = "examples/clawbot.rs"

[[example]]
name = "compbot"
path = "examples/compbot/main.rs"

[dependencies.embedded-graphics]
version = "0.8.2"

[dependencies.embedded-graphics-core]
version = "0.4.1"

[dependencies.embedded-ttf]
version = "=0.2.2"

[dependencies.humantime]
version = "2.3.0"

[dependencies.log]
version = "0.4.29"

[dependencies.measurements]
version = "0.11.1"

[dependencies.rusttype]
version = "0.9.3"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tinybmp]
version = "0.7.0"

[dependencies.vex-sdk]
version = "0.28.0"

[dependencies.vexide]
version = "0.8.0"
features = ["full"]

[dev-dependencies.embedded-graphics-simulator]
version = "0.8.0"

[dev-dependencies.plotly]
version = "0.14"

[dev-dependencies.rand]
version = "0.10"

[dev-dependencies.rand_distr]
version = "0.6"

[dev-dependencies.vexide]
version = "0.8.0"
features = [
    "full",
    "vex-sdk-mock",
]