# 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 = "overlap" version = "0.0.2" authors = ["Yasuhiro Яша Asaka "] exclude = ["benches/*", "tests/*", ".tools/*", ".cargo-husky/*", "/.clippy.toml", "/.rustfmt.toml", "/.gitlab-ci.yml", "/.env.ci.sample"] description = "A tool shows overlap text in files\n" homepage = "https://gitlab.com/grauwoelfchen/overlap" documentation = "https://gitlab.com/grauwoelfchen/overlap" readme = "README.md" keywords = ["cli", "text"] categories = ["command-line-utilities", "text-processing"] license = "Apache-2.0" repository = "https://gitlab.com/grauwoelfchen/overlap" [profile.release] panic = "abort" [lib] name = "overlap" path = "src/lib.rs" [[bin]] name = "overlap" path = "src/main.rs" [dependencies.clap] version = "2.32.0" [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [badges.gitlab] branch = "master" repository = "grauwoelfchen/overlap"