aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2022-09-01 12:20:27 +0000
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2022-09-01 12:20:27 +0000
commitaa2dda7885a83354d1519eef62397b90189a9802 (patch)
tree6ec247f7a3b6568ba7c8f7ec8c9e6248f0bed48b /Cargo.toml
parentRemove leftover `dbg!` (diff)
downloadminiserve-aa2dda7885a83354d1519eef62397b90189a9802.tar.gz
miniserve-aa2dda7885a83354d1519eef62397b90189a9802.zip
Switch to `fast_qr` crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b7eb520..1294a6d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,12 +32,12 @@ clap = { version = "3.2", features = ["derive", "cargo", "wrap_help"] }
clap_complete = "3.2.3"
clap_mangen = "0.1"
comrak = "0.14.0"
+fast_qr = "0.3.1"
futures = "0.3"
get_if_addrs = "0.5"
hex = "0.4"
http = "0.2"
httparse = "1"
-lazy_static = "1.4.0"
libflate = "1"
log = "0.4"
maud = "0.23"
@@ -45,8 +45,6 @@ mime = "0.3"
nanoid = "0.4"
percent-encoding = "2"
port_check = "0.1"
-qrcode = "0.12.0"
-regex = "1"
rustls = { version = "0.20", optional = true }
rustls-pemfile = { version = "1.0", optional = true }
serde = { version = "1", features = ["derive"] }
@@ -73,6 +71,7 @@ assert_cmd = "2"
assert_fs = "1"
predicates = "2"
pretty_assertions = "1.2"
+regex = "1"
reqwest = { version = "0.11", features = ["blocking", "multipart", "rustls-tls"], default-features = false }
rstest = "0.15"
select = "0.5"