# 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 = "fnr" version = "0.1.0" description = "Intuitive find and replace." categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/erik/fnr" resolver = "2" [profile.release] debug = true [dependencies.anyhow] version = "1.0.51" [dependencies.atty] version = "0.2.14" [dependencies.grep] version = "0.2.8" [dependencies.ignore] version = "0.4" [dependencies.num_cpus] version = "1.13.1" [dependencies.regex] version = "1.5.4" [dependencies.structopt] version = "0.3" [dependencies.tempfile] version = "3.2.0" [dependencies.termcolor] version = "1.1.2" [dependencies.text_io] version = "0.1.9" [dev-dependencies.assert_cmd] version = "1"