# 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 = "corncobs" version = "0.1.3" authors = ["Cliff L. Biffle "] description = "COBS encode/decode for Rust no_std targets" readme = "README.mkdn" keywords = [ "cobs", "embedded", "no_std", ] license = "MPL-2.0" repository = "https://github.com/cbiffle/corncobs/" [profile.release] debug = 2 [[bench]] name = "benchy" harness = false [[bench]] name = "comparison" harness = false [dependencies] [dev-dependencies.cobs] version = "0.1" [dev-dependencies.cobs-rs] version = "1.1" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.postcard-cobs] version = "0.2" [features] default = [] std = []