# 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 = "derputils" version = "0.6.0" authors = ["MidAutumnMoon "] description = "A set of utils which deserve questioning what's purpose of their existence in the first place." homepage = "https://github.com/MidAutumnMoon/derputils" readme = "README.md" license = "MIT" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "diff-nixos" required-features = ["nixos"] [[bin]] name = "quraa" required-features = ["gui"] [dependencies.anyhow] version = "1" [dependencies.arboard] version = "3" features = ["wayland-data-control"] optional = true [dependencies.argh] version = "0.1" [dependencies.once_cell] version = "1" [dependencies.qrcode-generator] version = "4.1.8" default-features = false [dependencies.rand] version = "0.8" [dependencies.sdl2] version = "0.35" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.tempfile] version = "3.7.1" [dev-dependencies.ulid] version = "1.0.0" [features] default = ["gui"] gui = [ "dep:arboard", "dep:sdl2", ] nixos = []