# 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 = "sopht" version = "0.3.0" authors = ["layta "] description = """ cute program for managing long running processes in a (slightly) more sophisticated way than tmux """ homepage = "https://sr.ht/~layta/sopht/" readme = "README.md" keywords = [ "process", "manager", ] license = "MIT" repository = "https://git.sr.ht/~layta/sopht" [profile.release] lto = true strip = true [dependencies.anyhow] version = "1.0.75" [dependencies.directories] version = "5.0.1" [dependencies.env_logger] version = "0.10.1" [dependencies.log] version = "0.4.20" [dependencies.pico-args] version = "0.5.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.signal-hook] version = "0.3.17"