# 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 = "rust_admob_ssv" version = "0.1.0" authors = ["Tim Serowski "] description = "A rust implementation for verifying admob ssv callback requests using openssl" homepage = "https://github.com/tserowski/rust_admob_ssv" readme = "README.md" keywords = ["AdMob", "Advertising"] categories = ["game-development", "parsing", "authentication"] license = "Apache-2.0" repository = "https://github.com/tserowski/rust_admob_ssv" [dependencies.base64] version = "0.12" [dependencies.data-encoding] version = "2" [dependencies.openssl] version = "0.10" [dependencies.sha2] version = "0.8" [dependencies.urlparse] version = "0.7"