# 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 = "exms" version = "0.2.17" authors = ["Author => joan"] description = "Get statistics and compare exams results" license = "MIT" repository = "https://github.com/Joanjajas/exms" [lib] bench = false [[bench]] name = "file_parsing_bench" harness = false [dependencies.colored] version = "2.0.4" [dependencies.indexmap] version = "2.1.0" features = ["serde"] [dependencies.prettytable] version = "0.10.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.term_size] version = "0.3.2" [dependencies.termplot] version = "0.1.1" [dependencies.toml] version = "0.8.8" [dependencies.unidecode] version = "0.3.0" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.criterion] version = "0.5.1"