# 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 = "sagoin" version = "0.2.4" authors = ["figsoda "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line submission tool for the UMD CS Submit Server" homepage = "https://github.com/figsoda/sagoin" readme = "README.md" keywords = [ "cli", "command-line", "marmoset", "submit", "umd", ] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://github.com/figsoda/sagoin" [profile.release] lto = true codegen-units = 1 panic = "abort" [lib] name = "sagoin" path = "src/lib.rs" [[bin]] name = "sagoin" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.clap] version = "4.5.17" features = [ "cargo", "derive", "env", "unicode", "wrap_help", ] [dependencies.color-eyre] version = "0.6.3" features = ["track-caller"] default-features = false [dependencies.concolor] version = "0.1.1" [dependencies.concolor-clap] version = "0.1.0" features = ["api"] [dependencies.eyre] version = "0.6.12" [dependencies.icalendar] version = "0.16.8" features = ["parser"] [dependencies.ignore] version = "0.4.23" [dependencies.is_executable] version = "1.0.3" [dependencies.java-properties] version = "2.0.0" [dependencies.multipart] version = "0.18.0" features = ["client"] default-features = false [dependencies.rpassword] version = "7.3.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.time] version = "0.3.36" features = [ "formatting", "macros", "parsing", ] [dependencies.toml] version = "0.8.19" features = ["parse"] default-features = false [dependencies.ureq] version = "2.10.1" [dependencies.webbrowser] version = "1.0.2" [dependencies.zip] version = "2.2.0" default-features = false [dev-dependencies.tempfile] version = "3.12.0" [build-dependencies.clap] version = "4.5.17" features = [ "derive", "env", ] [build-dependencies.clap_complete] version = "4.5.26" [build-dependencies.clap_mangen] version = "0.2.23" [build-dependencies.concolor-clap] version = "0.1.0" [target."cfg(unix)".dependencies.xdg] version = "2.5.2" [target."cfg(windows)".dependencies.dirs] version = "5.0.1" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(not_build)"]