# 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" rust-version = "1.72" name = "tmr-cargo-macros" version = "0.9.0" authors = ["megumsih "] exclude = [] include = [] publish = true description = "Give me more instruments!" homepage = "https://github.com/megumish/dioxus" documentation = "https://github.com/megumish/dioxus" readme = "README.md" keywords = [ "dioxus", "ui", "gui", "wasm", ] categories = [ "dioxus", "ui", "gui", "wasm", ] license = "MIT" repository = "https://github.com/megumish/dioxus" [lib] proc-macro = true [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.31" features = ["full"] [dependencies.tracing] version = "^0.1.37" [dependencies.tracing-subscriber] version = "^0.3.17" features = ["env-filter"]