# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.63" name = "gitlab" version = "0.1706.0" authors = ["Ben Boeckel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Gitlab API client. """ documentation = "https://docs.rs/gitlab/0.1706.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" [lib] name = "gitlab" path = "src/lib.rs" [dependencies.async-trait] version = "~0.1.9" optional = true [dependencies.base64] version = "~0.22" [dependencies.bumpalo] version = "3.11.1" optional = true [dependencies.bytes] version = "^1.0" [dependencies.chrono] version = "~0.4.23" features = [ "clock", "serde", ] default-features = false [dependencies.combine] version = "3.6.2" optional = true [dependencies.cron] version = "~0.12" optional = true [dependencies.derive_builder] version = "~0.20" [dependencies.futures-util] version = "0.3.14" optional = true default-features = false [dependencies.graphql_client] version = "~0.14" optional = true [dependencies.http] version = "^1" [dependencies.itertools] version = "~0.12" optional = true [dependencies.log] version = "~0.4.6" [dependencies.mio] version = "0.8.11" optional = true [dependencies.openssl] version = "~0.10.66" optional = true [dependencies.percent-encoding] version = "^2.0" optional = true [dependencies.reqwest] version = "~0.12" features = [ "blocking", "json", ] optional = true default-features = false [dependencies.rustls] version = "0.22.4" optional = true [dependencies.serde] version = "~1.0.137" features = ["derive"] [dependencies.serde_json] version = "^1.0.70" [dependencies.serde_urlencoded] version = "~0.7" [dependencies.tempfile] version = "^3.7.0" optional = true [dependencies.thiserror] version = "^1.0.2" optional = true [dependencies.url] version = "^2.1" [dependencies.void] version = "^1.0.1" optional = true [dev-dependencies.itertools] version = "~0.12" [dev-dependencies.thiserror] version = "^1.0.2" [dev-dependencies.tokio] version = "1.18.5" features = [ "macros", "rt-multi-thread", ] [features] _nohooks = [] client_api = [ "cron", "itertools", "percent-encoding", "reqwest", "thiserror", "graphql_client", "async-trait", "futures-util", "reqwest/rustls-tls", ] client_der = [ "reqwest/native-tls", "client_api", ] client_pem = [ "reqwest/rustls-tls", "client_api", ] default = ["client_api"] minimal_versions = [ "void", "openssl", "tempfile", "mio", "rustls", "bumpalo", "combine", ]