# 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 = "qs-lite" version = "0.1.3" authors = ["Ege BALCI "] description = "QSocket liteweight beacon." readme = "README.md" license = "MIT" repository = "https://github.com/qsocket/qs-lite" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0.61" [dependencies.chrono] version = "0.4.30" [dependencies.clap] version = "4.4.4" features = [ "help", "color", "derive", "error-context", "std", "suggestions", ] default-features = false [dependencies.colored] version = "2.0.0" [dependencies.crossterm] version = "0.27.0" features = [ "events", "windows", ] default-features = false [dependencies.ctrlc] version = "3.4.1" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.20" [dependencies.nix] version = "0.25.0" [dependencies.qr2term] version = "0.3.1" [dependencies.qsocket] version = "0.1.3" [dependencies.rand] version = "0.8.5" [dependencies.rustls] version = "0.20.6" features = ["dangerous_configuration"] [dependencies.spinoff] version = "0.8.0" [dependencies.thiserror] version = "1.0.49" [dependencies.windows] version = "0.51.1" features = [ "Win32_Foundation", "Win32_System_Console", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_IO", "Win32_Storage_FileSystem", ] [target."cfg(not(target_os = \"windows\"))".dependencies.termion] version = "2.0.1" [target."cfg(target_os = \"windows\")".dependencies.conpty] version = "0.5.1"