[package] name = "cargo-turbofish" description = "Add turbofish to your project" version = "0.0.2" edition = "2021" repository = "https://github.com/btwiuse/cargo-turbofish" readme = "README.md" license = "MIT" exclude = [".envrc", "flake.nix", "flake.lock"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" cargo_metadata = "0.14" proc-macro2 = { version = "1.0", features = ["span-locations"] } rand = "0.8" structopt = "0.3" syn = { version = "1.0", features = ["full"] } walkdir = "2.3"