# 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 = "if-to-let-chain" version = "1.0.0" description = "Convert macros from the let_chains crate to if chains" readme = "README.md" categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/Alexendoo/if-to-let-chain" [dependencies.getopts] version = "0.2.21" [dependencies.proc-macro2] version = "1.0.39" features = ["span-locations"] [dependencies.syn] version = "2" features = [ "full", "visit", "extra-traits", ] [dependencies.walkdir] version = "2" [dev-dependencies.insta] version = "1.14.0"