# 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 = "2018" name = "bno08x-rvc" version = "0.1.2" authors = ["Matvei Klimov "] exclude = ["bno08x_rvc_datasheet.pdf"] description = "Small library to parse bno08x-sensor (bno080, bno085, bno086) output in RVC mode. Based on lockless queues." readme = "README.md" categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/klimatt/bno08x-rvc" [dependencies.bbqueue] version = "0.5.0" [dependencies.postcard] version = "0.7.2" default-features = false [dependencies.serde] version = "1.0.130" features = ["derive"] default-features = false