# 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 = "croc-look" version = "0.1.3" description = "a tool to expand macros and watch them in real time" readme = "README.md" keywords = [ "expand", "macros", "procedural-macros", ] categories = [ "command-line-utilities", "development-tools::procedural-macro-helpers", ] license = "MIT" repository = "https://github.com/Daksh14/croc-look" resolver = "2" [dependencies.bat] version = "0.21.0" [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.crossbeam] version = "0.8.2" [dependencies.crossbeam-channel] version = "0.4.0" [dependencies.crossterm] version = "0.24.0" [dependencies.ctrlc] version = "3.2.0" features = ["termination"] [dependencies.hotwatch] version = "0.4.6" [dependencies.loading] version = "0.3.0" [dependencies.proc-macro2] version = "1.0.43" [dependencies.syn] version = "1.0.99" features = ["full"] [dependencies.tui] version = "0.18"