# 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 = "advocat" version = "3.0.0" authors = ["Roger Díaz Viñolas "] exclude = [ ".*", "advocat.iml", ] description = "A complimentary CLI tool to jutge.org" readme = "README.MD" keywords = [ "cli", "tui", "jutge", "upc", "fib", ] categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0" repository = "https://github.com/rdvdev2/advocat" resolver = "2" [dependencies.configparser] version = "3.0" [dependencies.curl] version = "0.4" [dependencies.diff] version = "0.1" [dependencies.directories] version = "4.0" [dependencies.exitcode] version = "1.1" [dependencies.regex] version = "1.5" [dependencies.terminal_size] version = "0.1" [dependencies.termion] version = "1.5" [dependencies.zip] version = "0.5" features = ["deflate"] default-features = false