# 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 = "fusion-imu" version = "0.1.2" authors = ["Alexander van Saase "] description = "Rust wrapper for the Fusion AHRS C library" readme = "README.md" keywords = [ "no-std", "ahrs", "imu", ] categories = [ "api-bindings", "algorithms", ] license = "MIT" repository = "https://github.com/avsaase/fusion-imu" [dependencies.defmt] version = "0.3.8" optional = true [dependencies.fusion-imu-sys] version = "0.1.1" [dependencies.serde] version = "1.0.204" features = ["derive"] optional = true default-features = false [dev-dependencies.plotpy] version = "1.0.0" [features] default = [] defmt-03 = ["dep:defmt"] serde = ["dep:serde"]