# 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 = "checker-tema-3-sd" version = "0.2.1" authors = ["Robert Grancsa "] exclude = [ "test_env/*", "*.c", "*.h", "Makefile", "data/*", "checker/*", "*.sh", "*.zip", "data.json", "*.cpp", ] description = "An interactive checker built for the 3rd homework at the data-structures course" 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.24" features = ["serde"] [dependencies.eyre] version = "0.6" [dependencies.log] version = "0.4.17" [dependencies.log4rs] version = "1.2.0" [dependencies.reqwest] version = "0.11" features = ["json"] [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] version = "0.19" features = [ "crossterm", "serde", ] default-features = false [dependencies.tui-logger] version = "0.9.0"