# 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 = "hw_checker" version = "0.4.3" authors = ["Robert Grancsa "] exclude = [ "test_env/*", "*.c", "*.h", "Makefile", "data/*", "checker/*", "target/*", "*.sh", "*.zip", "data.json", "*.cpp", "*.yaml", ] description = "An interactive checker built for the homeworks" homepage = "https://github.com/RobertGrancsa/checker" readme = "README.md" keywords = [ "cli", "checker", "tui", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/RobertGrancsa/checker" [dependencies.crossterm] version = "0.27" features = ["serde"] [dependencies.eyre] version = "0.6" [dependencies.log] version = "0.4.17" [dependencies.log4rs] version = "1.2.0" [dependencies.ratatui] version = "0.26" features = [ "crossterm", "serde", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.similar] version = "2.2.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tui-logger] version = "0.11.0"