# 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 = "crsf" version = "2.0.1" authors = ["Dicu Tudor "] description = "This crate provides a #[no_std] parser for the crossfire protocol." documentation = "https://docs.rs/crsf" readme = "README.md" license = "MIT" repository = "https://github.com/tact1m4n3/crsf-rs" [dependencies.bitfield] version = "0.14" [dependencies.crc] version = "3.0" [dependencies.defmt] version = "0.3.6" optional = true [dependencies.snafu] version = "0.8.0" default-features = false [dev-dependencies.serialport] version = "4.2.2" [features] defmt = ["dep:defmt"]