# 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 = "defmt" version = "0.3.8" authors = ["The Knurling-rs developers"] links = "defmt" description = "A highly efficient logging framework that targets resource-constrained devices, like microcontrollers" homepage = "https://knurling.ferrous-systems.com/" readme = "README.md" keywords = [ "knurling", "logging", "logger", "formatting", "formatter", ] categories = [ "embedded", "no-std", "development-tools::debugging", "value-formatting", ] license = "MIT OR Apache-2.0" repository = "https://github.com/knurling-rs/defmt" [package.metadata.docs.rs] features = ["alloc"] rustdoc-args = ["--cfg=docsrs"] targets = [ "thumbv6m-none-eabi", "thumbv7em-none-eabihf", ] [dependencies.bitflags] version = "1" [dependencies.defmt-macros] version = "0.3.2" [dev-dependencies.rustc_version] version = "0.4" [dev-dependencies.trybuild] version = "1" [features] alloc = [] avoid-default-panic = [] encoding-raw = [] encoding-rzcobs = [] ip_in_core = [] unstable-test = ["defmt-macros/unstable-test"]