# 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" rust-version = "1.65" name = "fusion-sys" version = "0.1.0" authors = ["Christopher Sieh "] links = "fusion" exclude = [ "**/.github/**", "**/tests/**", "**/examples/**", "**/benches/**", "**/target/**", "**/build/**", "**/dist/**", "**/docs/**", "**/doc/**", "**/ensure_no_std/**", ] description = "Bindings for the IMU Fusion library." homepage = "https://github.com/stelzo/fusion-sys" documentation = "https://docs.rs/fusion-sys" readme = "README.md" keywords = [ "ros", "imu", "filter", "ahrs", "madgwick", ] categories = ["science::robotics"] license = "MIT" repository = "https://github.com/stelzo/fusion-sys" [build-dependencies.cc] version = "1"