migamake-api-cloudflare 0.2.0

A library to work with Cloudflare apis
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]
edition = "2018"
name = "migamake-api-cloudflare"
version = "0.2.0"
authors = ["vishalsodani <vishalsodani@rediffmail.com>"]
description = "A library to work with Cloudflare apis"
homepage = "https://gitlab.com/migamake/migamake-hurl/cloudflare-rust-api"
readme = "README.md"
keywords = ["cloudflare", "api"]
license = "Apache-2.0 OR MIT"
repository = "https://gitlab.com/migamake/migamake-hurl/cloudflare-rust-api"
[dependencies.serde]
version = "1.0.117"

[dependencies.serde_derive]
version = "1.0.117"

[dependencies.serde_json]
version = "1.0.60"

[dependencies.strum]
version = "0.20"
features = ["derive"]

[dependencies.ureq]
version = "1.5.4"
features = ["json"]

[dependencies.validator]
version = "0.12"
features = ["derive"]