# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "fisher" version = "1.0.0" authors = ["Pietro Albini "] description = "Webhooks catcher written in Rust" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/pietroalbini/fisher" [profile.release] lto = true [[bin]] name = "fisher" doc = false [dependencies.ansi_term] version = "0.11.0" [dependencies.error-chain] version = "0.12.0" [dependencies.hmac] version = "0.7.1" [dependencies.lazy_static] version = "1.2.0" [dependencies.nix] version = "0.12.0" [dependencies.rand] version = "0.6.3" [dependencies.regex] version = "1.1.0" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.sha-1] version = "0.8.1" [dependencies.tempdir] version = "^0.3" [dependencies.tiny_http] version = "0.6.2" [dependencies.toml] version = "^0.4" [dependencies.url] version = "^1.2" [dependencies.users] version = "0.8.1" [dev-dependencies.hyper] version = "^0.10" [dev-dependencies.reqwest] version = "^0.8"