# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "kattis" version = "0.2.3" authors = ["Christofer Nolander "] description = "Manage Kattis submissions, samples and templates from the terminal." homepage = "https://github.com/nolanderc/kattis-client" readme = "README.md" keywords = ["cli", "kattis", "submit", "test", "samples"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/nolanderc/kattis-client" [dependencies.crossterm] version = "0.11.1" [dependencies.derive_more] version = "0.15.0" [dependencies.dirs] version = "2.0.1" [dependencies.failure] version = "0.1.5" [dependencies.fs_extra] version = "1.2.0" [dependencies.notify] version = "4.0.12" [dependencies.regex] version = "1.1.7" [dependencies.reqwest] version = "0.9.18" [dependencies.select] version = "0.4.2" [dependencies.serde] version = "1.0.92" [dependencies.serde_derive] version = "1.0.92" [dependencies.serde_yaml] version = "0.8.9" [dependencies.structopt] version = "0.2.16" [dependencies.zip] version = "0.5.2"