# 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 = "pni-sdk" version = "0.1.0" description = "Provides convenient, low-level bindings to several PNI-manufactured sensors, including compass and some AHRS sensors that support the PNI Serial Binary Protocol." homepage = "https://www.pnicorp.com/targetpoint3/" readme = "README.md" keywords = [ "drivers", "compass", "ahrs", "pni", "magnetometer", ] categories = [ "science::geo", "api-bindings", "aerospace::drones", "aerospace::protocols", ] license = "MIT" repository = "https://github.com/pnisensor/pni-sdk-rs" [dependencies.crc16] version = "0.4.0" [dependencies.derive_more] version = "0.99.17" [dependencies.serialport] version = "4.3.0" [features] reserved = []