# 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 = "clippy-tracing" version = "0.7.0" description = "A tool to add, remove and check for `tracing::instrument` in large projects where it is infeasible to manually add it to thousands of functions." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/JonathanWoollett-Light/clippy-tracing" resolver = "1" [dependencies.clap] version = "4.3.2" features = ["derive"] [dependencies.itertools] version = "0.11.0" [dependencies.proc-macro2] version = "1.0.63" features = ["span-locations"] [dependencies.quote] version = "1.0.28" [dependencies.syn] version = "2.0.17" features = [ "extra-traits", "visit", "visit-mut", "printing", ] [dependencies.walkdir] version = "2.3.3" [dev-dependencies.uuid] version = "1.4.1" features = ["v4"] [features] log = []