# 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 = "mantra-rust-macros" version = "0.6.1" description = "Provides macros to create requirement traces and coverage logs for the `mantra` framework." readme = "README.md" license = "MIT" repository = "https://github.com/mhatzl/mantra" [dependencies.defmt] version = "0.3.6" optional = true [dependencies.log] version = "0.4.21" optional = true [dependencies.mantra-rust-procm] version = "0" [dependencies.once_cell] version = "1.19.0" optional = true [dependencies.regex] version = "1.10.4" optional = true [features] defmt = ["dep:defmt"] extract = [ "dep:regex", "dep:once_cell", "std", ] log = ["dep:log"] std = [] stdout = ["std"]