gitlab 0.1201.0

Gitlab API client.
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 = "gitlab"
version = "0.1201.0"
authors = ["Ben Boeckel <ben.boeckel@kitware.com>"]
description = "Gitlab API client.\n"
documentation = "https://docs.rs/gitlab/0.1201.0"
readme = "README.md"
keywords = ["gitlab", "api"]
categories = ["web-programming", "api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://gitlab.kitware.com/utils/rust-gitlab"
[dependencies.chrono]
version = "~0.4"
features = ["serde"]

[dependencies.error-chain]
version = ">= 0.9, < 0.11"

[dependencies.itertools]
version = "~0.7"

[dependencies.log]
version = "~0.4"

[dependencies.percent-encoding]
version = "^1.0"

[dependencies.reqwest]
version = "~0.9"

[dependencies.serde]
version = "~1.0"
features = ["derive"]

[dependencies.serde_json]
version = "^1.0"

[features]
strict = []