# 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 = "ferret" version = "1.1.1" authors = ["Peter Lane "] description = "A trigram-based tool for detecting similarity in groups of text documents or program code." homepage = "https://peterlane.codeberg.page/ferret/" readme = "README.md" keywords = [ "code", "collusion", "plagiarism", "similarity", "text", ] categories = [ "command-line-utilities", "text-processing", ] license = "GPL-3.0-or-later" repository = "https://codeberg.org/peterlane/ferret/" [lib] doctest = false