# 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 = "fmerge" version = "0.1.6" authors = ["Alexander Weber "] description = "Merging files recursively." homepage = "https://replicadse.github.io/fmerge" readme = "docs/README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/replicadse/fmerge" [profile] [dependencies.anyhow] version = "1.0.72" [dependencies.async-trait] version = "^0.1" [dependencies.clap] version = "^4.1.8" [dependencies.clap-markdown] version = "0.1.3" [dependencies.clap_complete] version = "4.1.4" [dependencies.clap_mangen] version = "0.2.9" [dependencies.fancy-regex] version = "0.11.0" [dependencies.thiserror] version = "^1.0" [dependencies.tokio] version = "1.26.0" features = [ "rt", "rt-multi-thread", "macros", ] [dev-dependencies.rusty-hook] version = "0.11.2" [features] default = []