moteus 0.4.1

Rust library for interfacing with Moteus controllers
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 = "2021"
name = "moteus"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for interfacing with Moteus controllers"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/omelia-iliffe/moteus-rs"

[features]
aux_index_raw = []
default = ["fdcanusb"]
fdcanusb = []
log = ["fdcanusb/log"]

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

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

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

[dependencies.byteorder]
version = "1.5.0"

[dependencies.fdcanusb]
version = "0.7.0"
default-features = false

[dependencies.itertools]
version = "0.14"

[dependencies.log]
version = "0.4"

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.thiserror]
version = "2"

[dependencies.zerocopy]
version = "0.8"
features = ["derive"]

[dev-dependencies.env_logger]
version = "0.11"