# 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 = "2018" name = "fixred" version = "1.1.3" authors = ["rhysd "] include = ["/src", "/LICENSE.txt", "/README.md"] description = "Command line tool to fix outdated URLs in files with redirected ones" homepage = "https://github.com/rhysd/fixred#readme" readme = "README.md" keywords = ["tool", "fixer", "outdated-links"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/rhysd/fixred" [[bin]] name = "fixred" path = "src/main.rs" required-features = ["executable"] [dependencies.aho-corasick] version = "0.7" [dependencies.anyhow] version = "1" [dependencies.chashmap] version = "2" [dependencies.clap] version = "3.0.0-beta" features = ["std", "color", "suggestions"] optional = true default-features = false [dependencies.curl] version = "0.4" [dependencies.env_logger] version = "0.9" features = ["termcolor", "atty", "humantime"] optional = true default-features = false [dependencies.log] version = "0.4" [dependencies.rayon] version = "1" [dependencies.regex] version = "1" [dependencies.walkdir] version = "2" [features] default = ["executable"] executable = ["clap", "env_logger"] [badges.maintenance] status = "passively-maintained"