# 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 = "acadcheck" version = "0.1.12" authors = ["Irina Nita"] exclude = [".rustfmt.toml"] description = "A simple to use, flexible library for building checkers used in programming contests or homeworks." readme = "README.md" license = "MIT" repository = "https://github.com/acadnet-dev/checker-rs" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1.0" [dependencies.erased-serde] version = "0.3.28" [dependencies.file_diff] version = "1.0.0" [dependencies.regex] version = "1.9.1" [dependencies.sanitize-filename] version = "0.4.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.59" [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1" features = ["full"] [features] default = ["use-serde"] use-serde = ["dep:serde"]