# 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 = "erdnuss-comms" version = "0.999.99" authors = ["James Munns "] description = "A small RS-485 comms protocol" documentation = "https://docs.rs/erdnuss-comms/" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/jamesmunns/erdnuss-pub" [dependencies.critical-section] version = "1.1.2" [dependencies.defmt] version = "0.3" optional = true [dependencies.embassy-sync] version = "0.5.0" [dependencies.embassy-time] version = "0.2" features = [ "defmt", "defmt-timestamp-uptime", ] [dependencies.futures] version = "0.3.29" features = ["async-await"] default-features = false [dependencies.grounded] version = "0.2" [dependencies.heapless] version = "0.7.0" [dependencies.postcard] version = "1.0" features = [ "experimental-derive", "heapless", ] optional = true [dependencies.postcard-rpc] version = "0.3" optional = true [dependencies.rand_core] version = "0.6.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [features] default = ["postcard-rpc-helpers"] defmt-logging = ["dep:defmt"] postcard-rpc-helpers = [ "dep:serde", "dep:postcard-rpc", "dep:postcard", ]