# 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 = "serialmessage" version = "0.2.0" description = "Pack serial data into a fast, reliable, and packetized form for communicating with e.g. a Microcontroller." documentation = "https://docs.rs/serialmessage/" readme = "README.md" keywords = [ "serial", "microcontroller", "packets", "no_std", ] categories = [ "no-std", "embedded", "encoding", ] license = "MIT" repository = "https://github.com/LukaOber/serialmessage-rs" [dependencies.cfg-if] version = "1.0.0" [dev-dependencies.serialport] version = "4.2.0" [dev-dependencies.zerocopy] version = "0.6.1" [features] alloc = [] default = ["alloc"]