gsbrs 0.7.1

Provides a client for the Google Safe Browsing Lookup API
Documentation
# 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 = "gsbrs"
version = "0.7.1"
authors = ["insanitybit <insanitybit@gmail.com>"]
description = "Provides a client for the Google Safe Browsing Lookup API"
documentation = "https://insanitybit.github.io/gsblookup-rs/gsbrs/"
readme = "README.md"
keywords = ["Google", "SafeBrowsing", "gsb"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/insanitybit/gsblookup-rs"
[profile.bench]
opt-level = 3
lto = true
debug = false
debug-assertions = false
rpath = false

[profile.dev]
opt-level = 0
lto = false
debug = true
debug-assertions = true
rpath = false

[profile.release]
opt-level = 3
lto = true
debug = false
debug-assertions = false
rpath = false
[dependencies.hyper]
version = "~0.10.2"

[dependencies.url]
version = "0.5.*"
[dev-dependencies.quickcheck]
version = "0.2"