# 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.61.0" name = "watchexec-signals" version = "4.0.0" authors = ["FĂ©lix Saparelli "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Watchexec's signal types" documentation = "https://docs.rs/watchexec-signals" readme = "README.md" keywords = [ "watchexec", "signal", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/watchexec/watchexec" [lib] name = "watchexec_signals" path = "src/lib.rs" [dependencies.miette] version = "7.2.0" optional = true [dependencies.serde] version = "1.0.183" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.50" optional = true [features] default = [ "fromstr", "miette", ] fromstr = ["dep:thiserror"] miette = ["dep:miette"] serde = ["dep:serde"] [target."cfg(unix)".dependencies.nix] version = "0.29.0" features = ["signal"]