# 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" version = "0.1.3" authors = ["Greg \"GothAck\" Miell "] description = "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" [dependencies.async-debug-derive] version = "0.1.3" [dev-dependencies.tokio] version = "~1.17.0" features = ["full"] [dev-dependencies.trybuild] version = "~1.0.56" [dev-dependencies.version-sync] version = "~0.9.4"