# 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 = "hubhook" version = "0.5.0" authors = ["sksat "] description = "GitHub notification manager" readme = "README.md" license = "MIT" repository = "https://github.com/arkedge/hubhook" resolver = "2" [dependencies.actix-service] version = "2.0.2" [dependencies.actix-web] version = "4.0.0-rc.3" [dependencies.crypto-hashes] version = "0.10.0" [dependencies.futures] version = "0.3.21" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.0" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.136" [dependencies.serde_json] version = "1.0.79" [dependencies.structopt] version = "0.3.26" [dependencies.surf] version = "2.3.2" features = ["h1-client-rustls"] default-features = false [dependencies.tracing] version = "0.1.30" [dependencies.tracing-subscriber] version = "0.3.8" [dependencies.url] version = "2.2.2" features = ["serde"]