# 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 = "plagiarismbasic_lib" version = "1.2.0" authors = ["Sriram Sami "] description = "Basic plagiarism checker written in Rust" readme = "README.md" keywords = [ "lib", "plagiarism", "wip", ] license = "MIT" repository = "https://github.com/frizensami/plagiarism-basic" [[bench]] name = "benchmark" harness = false [dependencies.fs_extra] version = "1.1.0" [dependencies.gcollections] version = "1.4.0" [dependencies.handlebars] version = "2.0.2" [dependencies.intervallum] version = "1.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strsim] version = "0.9.3" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.criterion-macro] version = "0.3"