# 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 = "thqm" version = "0.6.0" authors = ["Loic Coyle "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A simple HTTP server to serve a dynamic menu for your scripts over the network." readme = "README.md" keywords = [ "scripting", "http-server", "dynamic-menu", ] categories = [ "command-line-utilities", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/loiccoyle/thqm-rs" [profile.dev] panic = "abort" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "thqm" path = "src/lib.rs" [[bin]] name = "thqm" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.2" [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11.5" default-features = false [dependencies.flate2] version = "1.0.34" [dependencies.image] version = "0.25.2" features = [ "jpeg", "png", ] default-features = false [dependencies.local-ip-address] version = "0.6.3" [dependencies.log] version = "0.4.22" [dependencies.qrcode] version = "0.14.1" [dependencies.reqwest] version = "0.12.8" features = [ "blocking", "default-tls", ] default-features = false [dependencies.rouille] version = "3.6.2" default-features = false [dependencies.tar] version = "0.4.42" default-features = false [dependencies.tera] version = "1.20.0" default-features = false [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.assert_fs] version = "1.0.7" [dev-dependencies.ctor] version = "0.2.8" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.reqwest] version = "0.12.7" features = ["blocking"] [build-dependencies.clap] version = "4.5.19" features = ["derive"] [build-dependencies.clap-verbosity-flag] version = "2.2.2" [build-dependencies.clap_complete] version = "4.5.32"