# 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 = "duplicate_code" version = "0.8.1" authors = ["C "] description = "A tool for parsing directories scanning all the files within to find duplicate segments of code across files." readme = "README.md" keywords = ["duplicate", "duplicates", "code", "finder", "scanner"] categories = ["command-line-utilities", "development-tools"] license = "AGPL-3.0" repository = "https://gitlab.com/DeveloperC/duplicate_code" [profile.release] lto = "fat" codegen-units = 1 [dependencies.blake3] version = "0.3.7" [dependencies.console] version = "0.14.1" [dependencies.log] version = "0.4.14" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.structopt] version = "0.3.21" [dev-dependencies.insta] version = "1.7.1"