# 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 = "actix-signal" version = "0.3.0" authors = ["LightQuantum "] description = "Manage the lifecycle of an actix actor with its address." readme = "README.md" keywords = [ "actix", "actor", "lifecycle", "signal", "terminate", ] license = "MIT" repository = "https://github.com/PhotonQuantum/actix-signal" [dependencies.actix] version = "0.13" [dependencies.actix-signal-derive] version = "0.1" optional = true [dev-dependencies.actix-rt] version = "2.9" [dev-dependencies.actix-signal-derive] version = "0.1" [features] derive = ["actix-signal-derive"]