# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "megumax" version = "0.3.0" authors = ["boomber"] description = "Simple CLI tool for search-and-replace across the entire project" readme = "README.md" keywords = ["megumin", "cli", "replace", "template"] categories = ["command-line-utilities"] license = "MIT / Apache-2.0" repository = "https://github.com/oOBoomberOo/megumax" [[bin]] name = "megu" path = "src/main.rs" [dependencies.anyhow] version = "1.0.32" [dependencies.async-walkdir] version = "0.2.0" optional = true [dependencies.colorful] version = "0.2.1" [dependencies.flexi_logger] version = "0.16.1" [dependencies.futures] version = "0.3.5" optional = true [dependencies.ignore] version = "0.4.16" [dependencies.log] version = "0.4.11" [dependencies.megumax-template] version = "0.1.0" [dependencies.regex] version = "1.3.9" [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.shellexpand] version = "2.0.0" [dependencies.smol] version = "1.2.2" optional = true [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0.20" [dependencies.toml] version = "0.5" [dev-dependencies.proptest] version = "0.10.1" [features] async = ["smol", "futures", "async-walkdir"] default = []