# 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 = "rename_imports" version = "0.1.1" authors = ["Sebastien Michaud "] description = "WIP: Learning rust by implementing an import renaming tool" readme = "README.md" keywords = [ "import", "imports", "refactoring", "renaming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/smichaud/rename-imports.git" [package.metadata.commands] watch-test = "cargo watch -x test" [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.ignore] version = "0.4.20" [dependencies.pathdiff] version = "0.2.1" [dependencies.walkdir] version = "2.3.2" [dev-dependencies.tempdir] version = "0.3.7"