# 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" rust-version = "1.82.0" name = "oncer" version = "0.1.1" authors = ["moberer"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a blazingly fast tool to run things once" readme = "README.md" keywords = [ "run", "once", "replace", ] categories = ["command-line-utilities"] license = "AGPL-3.0-only" repository = "https://codeberg.org/moberer/oncer" [[bin]] name = "oncer" path = "src/main.rs" [dependencies.lexopt] version = "0.3.0" [dependencies.nix] version = "0.29.0" features = ["signal"] default-features = false [dependencies.psutil] version = "3.3.0" features = ["process"] default-features = false [dependencies.which] version = "7.0.0" default-features = false