# 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 = "2018" name = "mini-rxtx" version = "0.3.0" authors = ["Andrew Straw "] description = "serialization and communications for embedded" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/strawlab/mini-rxtx" [package.metadata.docs.rs] features = ["std"] [dependencies.byteorder] version = "1" default-features = false [dependencies.defmt] version = "0.3.1" optional = true [dependencies.embedded-hal] version = "0.2.0" [dependencies.heapless] version = "0.7" [dependencies.log] version = "0.4" optional = true [dependencies.nb] version = "1" [dependencies.serde] version = "1.0" default-features = false [dependencies.ssmarshal] version = "1.0" default-features = false [dependencies.thiserror] version = "1.0" optional = true [dev-dependencies.serde] version = "1.0" features = ["derive"] default-features = false [features] print-defmt = ["defmt"] std = ["ssmarshal/std", "log", "thiserror"]