# 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 = "2018" name = "cses-cli" version = "0.1.3" authors = ["Antto Heikura ", "Valokoodari ", "Kalle Luopajärvi ", "Roope Salmi ", "Anton Taleiko "] exclude = ["/api", "/tests"] autotests = false description = "CSES CLI is a lightweight tool for using CSES from the command line." homepage = "https://cses.fi/" documentation = "https://github.com/csesfi/cses-cli/wiki/User-manual" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/csesfi/cses-cli" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [[test]] name = "integration" path = "tests/integration/main.rs" harness = false [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.13.0" [dependencies.console] version = "0.14" [dependencies.libc] version = "0.2" [dependencies.miniserde] version = "0.1" [dependencies.minreq] version = "2.4.2" features = ["https-native"] [dependencies.pico-args] version = "0.4" [dependencies.thiserror] version = "1" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.backtrace] version = "0.3" [dev-dependencies.ctrlc] version = "3" [dev-dependencies.linkme] version = "0.2" [dev-dependencies.mockall] version = "0.10" [dev-dependencies.predicates] version = "2"