# 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 = "2021" name = "cheat_checker" version = "2.7.0" description = "Detects similarities between sets of files" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/typecasto/cheat_checker" [profile.faster] opt-level = 3 lto = "fat" codegen-units = 1 inherits = "release" [dependencies.anyhow] version = "1.0.69" [dependencies.bpaf] version = "0.9.9" features = [ "derive", "color", ] [dependencies.chardet] version = "0.2.4" [dependencies.colorgrad] version = "0.6.2" default-features = false [dependencies.eddie] version = "0.4.2" [dependencies.encoding_rs] version = "0.8.32" [dependencies.encoding_rs_io] version = "0.1.7" [dependencies.glob] version = "0.3.1" [dependencies.indicatif] version = "0.17.3" [dependencies.log] version = "0.4.17" [dependencies.owo-colors] version = "4.0.0" features = ["supports-color"] [dependencies.pretty_env_logger] version = "0.5.0"