# 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 = "covet" version = "1.4.0" authors = ["Armin Häberling "] build = "build.rs" include = [ "Cargo.toml", "Cargo.lock", "src/**/*", "build.rs", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "CLI and web frontend for scanning with HP Envy printer / scanners" readme = "README.md" categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/arminha/covet" [profile.release] opt-level = "z" lto = true codegen-units = 1 [[bin]] name = "covet" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.base64] version = "0.22.1" [dependencies.bytes] version = "1.7.1" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.futures-util] version = "0.3.30" default-features = false [dependencies.headers] version = "0.3.9" [dependencies.hyper] version = "0.14.30" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.11.27" features = ["stream"] [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.63" [dependencies.time] version = "0.3.36" features = [ "formatting", "macros", ] [dependencies.tokio] version = "1.39.3" features = [ "fs", "rt-multi-thread", "time", ] [dependencies.url] version = "2.5.2" [dependencies.warp] version = "0.3.7" default-features = false [dependencies.xml-rs] version = "0.8.21" [dependencies.xmltree] version = "0.11.0" [build-dependencies.clap] version = "4.5.16" features = ["derive"] [build-dependencies.clap_complete] version = "4.5.23" [badges.maintenance] status = "passively-maintained"