# 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 = "blues-notecard" version = "0.3.2" authors = ["Gaute Hope "] description = "A driver for the Blues.io Notecard" readme = "README.md" license = "MIT" repository = "https://github.com/gauteh/notecard-rs" [dependencies.defmt] version = "0.3" [dependencies.embedded-hal] version = "0.2.6" [dependencies.heapless] version = "0.7" features = [ "serde", "ufmt-impl", "defmt-impl", ] [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.serde-json-core] version = "0.4.0" [dev-dependencies.base64] version = "0.13.0" default-features = false [dev-dependencies.bytemuck] version = "1.7.2" [features] default = []