# 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 = "async-debug-derive" version = "0.1.3" authors = ["Greg \"GothAck\" Miell "] description = "Derive macro for async-debug: Debug structs and enums containing values that require an async call to render" documentation = "https://docs.rs/async-debug" readme = "README.md" keywords = ["async", "debug", "rwlock", "mutex", "tokio"] categories = ["asynchronous", "development-tools::debugging"] license = "MIT" repository = "https://github.com/GothAck/rs-async-debug" resolver = "2" [lib] proc-macro = true [dependencies.bae] version = "~0.1.7" [dependencies.convert_case] version = "~0.5.0" [dependencies.indexmap] version = "~1.8.0" [dependencies.proc-macro2] version = "~1.0.36" [dependencies.quote] version = "~1.0.15" [dependencies.syn] version = "~1.0.86" [dev-dependencies.goldenfile] version = "1.1.0" [dev-dependencies.prettyplease] version = "~0.1.7"