# 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 = "jobcan-cli" version = "0.1.2" authors = ["amiyzku "] description = "A command line tool to operate Jobcan." homepage = "https://github.com/amiyzku/jobcan-cli" readme = "README.md" keywords = [ "jobcan", "cli", ] license = "MIT" repository = "https://github.com/amiyzku/jobcan-cli" [[bin]] name = "jobcan" path = "src/main.rs" [dependencies.clap] version = "4.4.11" features = [ "derive", "env", ] [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.22" features = [ "cookies", "json", "native-tls-vendored", ] default-features = false [dependencies.scraper] version = "0.18.1" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.thiserror] version = "1.0.51" [dependencies.tokio] version = "1.35.0" features = ["full"] [dev-dependencies.assert_cmd] version = "2.0.12"