# 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 = "dedbg" version = "0.1.1" authors = ["eulegang"] description = "find and remove dbg! macro usage" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/eulegang/dedbg" resolver = "2" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.eyre] version = "0.6" [dependencies.tree-sitter] version = "0.20" [dependencies.walkdir] version = "2" [dev-dependencies.pretty_assertions] version = "1.3" [build-dependencies.cc] version = "1.0"