# 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 = "alexa-verifier" version = "0.2.1" authors = ["Cory Forsstrom "] description = "Verify that requests were sent by Alexa for custom webservice skills, in Rust" readme = "README.md" keywords = ["alexa", "skill", "verify", "webservice"] license = "MIT" repository = "https://github.com/tarkah/alexa-rust-webservice-verifier" [package.metadata.docs.rs] all-features = true [lib] name = "alexa_verifier" path = "src/lib.rs" [dependencies.base64] version = "0.10" [dependencies.der-parser] version = "2.1" [dependencies.failure] version = "0.1" [dependencies.futures-util] version = "0.3" optional = true [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.10.0-alpha.2" [dependencies.ring] version = "0.16" features = ["std"] [dependencies.time] version = "0.1" [dependencies.url] version = "2.0" [dependencies.x509-parser] version = "0.5" [features] async = ["futures-util"] default = ["sync", "async"] sync = ["reqwest/blocking"]