# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "postcard-cobs" version = "0.2.0" authors = ["Allen Welkie <>", "James Munns "] description = " This is an implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm.\n COBS is an algorithm for transforming a message into an encoding where a specific value\n (the \"sentinel\" value) is not used. This value can then be used to mark frame boundaries\n in a serial communication channel. " keywords = ["consistent", "overhead", "byte", "stuffing"] license = "MIT OR Apache-2.0" repository = "https://github.com/ferrous-systems/cobs.rs" [dev-dependencies.quickcheck] version = "^0.5.0" [features] default = ["use_std"] use_std = []