# 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 = "2018" name = "diss" version = "0.3.2" authors = ["yazgoo"] description = "dissociate program from your terminal" homepage = "https://github.com/yazgoo/diss" documentation = "https://docs.rs/diss" readme = "README.md" keywords = ["util"] license = "MIT" repository = "https://github.com/yazgoo/diss" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.0" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.daemonize] version = "0.5.0" [dependencies.dirs] version = "5.0" [dependencies.fern] version = "0.6" [dependencies.log] version = "0.4" [dependencies.log-derive] version = "0.4" [dependencies.nix] version = "0.27" features = ["signal"] [dependencies.pty] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.signal-hook] version = "0.3" [dependencies.termion] version = "2" [dependencies.timeout-readwrite] version = "0.3" [dependencies.whoami] version = "1.2"