# 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] edition = "2018" name = "rifling" version = "0.4.0" authors = ["Kay Lin "] description = "A library for creating Github/Gitlab webhook listener" homepage = "https://github.com/RedL0tus/rifling" readme = "README.md" keywords = ["github", "gitlab", "webhook", "ci"] license = "MIT" repository = "https://github.com/RedL0tus/rifling" [[example]] name = "hyper-simple" path = "examples/hyper-simple.rs" [dependencies.futures] version = "0.1" optional = true [dependencies.hex] version = "0.3" optional = true [dependencies.hmac] version = "0.7" optional = true [dependencies.hyper] version = "0.12" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.ring] version = "0.14" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.sha-1] version = "0.8" optional = true [dependencies.url] version = "1.7" optional = true [dev-dependencies.pretty_env_logger] version = "0.3" [features] content-type-urlencoded = ["url"] crypto-use-ring = ["ring", "hex"] crypto-use-rustcrypto = ["hmac", "sha-1", "hex"] default = ["hyper-support", "parse", "crypto-use-ring", "logging", "content-type-urlencoded"] hyper-support = ["hyper", "futures"] logging = ["log"] logging-print = [] parse = ["serde_json"] [badges.travis-ci] branch = "master" repository = "RedL0tus/rifling"