# 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 = "dfr0299" version = "0.1.1" description = "Rust implementation of the serial protocol for the DFR0299 MP3 player module" readme = "README.md" categories = [ "embedded", "encoding", "no-std", "parsing", ] license = "MPL-2.0" repository = "https://github.com/sciguy16/dfr0299-rs" [dependencies.defmt] version = "0.3" optional = true [dependencies.num_enum] version = "0.5" default_features = false [dev-dependencies.pretty_assertions] version = "1" [features] std = ["num_enum/std"] use_defmt = ["dep:defmt"]