# 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 = "codeclippy" version = "0.0.1" description = "Codeclippy is a utility to scan, map, and search code objects." documentation = "https://docs.rs/codeclippy" readme = "README.rst" license = "MIT" repository = "https://github.com/aprxi/codeclippy" [lib] name = "codeclippy" path = "src/lib.rs" [[bin]] name = "codeclippy" path = "src/main.rs" [dependencies.clap] version = "4.2" features = [ "std", "help", ] default-features = false [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "default", "full", "visit", ]