# 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 = "qrstream" version = "0.1.0" authors = ["Amod Malviya @amodm"] description = "A secure no-persistence way to convert confidential data into QR codes, and vice-versa" homepage = "https://github.com/amodm/qrstream-rs" readme = "README.md" keywords = [ "qr", "qrstream", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/amodm/qrstream-rs" [dependencies.aes-gcm] version = "0.10.2" [dependencies.base64] version = "0.21.2" [dependencies.clap] version = "4.3.19" features = [ "cargo", "derive", ] [dependencies.hyper] version = "0.14.27" features = [ "server", "tcp", "http1", "http2", ] [dependencies.image] version = "0.24.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.147" [dependencies.pbkdf2] version = "0.12.2" features = [ "hmac", "parallel", "sha2", ] [dependencies.qr_code] version = "2.0.0" [dependencies.rqrr] version = "0.6.0" [dependencies.sha2] version = "0.10.7" [dependencies.tokio] version = "1.29.1" features = [ "rt", "macros", "net", ] [dependencies.webbrowser] version = "0.8.10" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.predicates] version = "3.0.3" [dev-dependencies.rand] version = "0.8.5"