# 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 = "flem" version = "0.6.2" authors = ["Austin McElroy "] description = "Flexible, Light-weight, Embedded Messaging Protocol" readme = "README.md" keywords = [ "embedded", "communication", "protocol", ] license = "MIT" repository = "https://github.com/BridgeSource/flem-rs.git" [lib] name = "flem" crate-type = ["lib"] path = "src/lib.rs" bench = false [[example]] name = "flem" path = "examples/example.rs" [[example]] name = "encode_decode" path = "examples/encode_decode.rs" [[example]] name = "software_host_simple" path = "examples/software_host_simple.rs" [[example]] name = "software_host_complex" path = "examples/software_host_complex.rs" [dev-dependencies.heapless] version = "0.7" [features] default = [] std = []