# 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 = "spacemod" version = "0.1.1" authors = ["Markus Unterwaditzer "] description = "A easy to understand and powerful text search-and-replace tool" homepage = "https://github.com/untitaker/quickenv" documentation = "https://github.com/untitaker/quickenv" readme = "README.md" license = "MIT" repository = "https://github.com/untitaker/spacemod" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.34" [dependencies.blake3] version = "1.4.0" [dependencies.clap] version = "3.2.8" features = [ "std", "derive", "color", ] default-features = false [dependencies.console] version = "0.13.0" [dependencies.ignore] version = "0.4.16" [dependencies.itertools] version = "0.10.0" [dependencies.num_cpus] version = "1.15.0" [dependencies.rayon] version = "1.7.0" [dependencies.regex] version = "1.4.2" [dependencies.similar] version = "2.2.1" features = ["text"] [dependencies.thiserror] version = "1.0.22" [dev-dependencies.insta] version = "=1.18.0" [dev-dependencies.insta-cmd] version = "0.2.0" [dev-dependencies.tempfile] version = "3.6.0"