# 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" name = "proget" version = "0.2.4" authors = ["Hunter Wittenborn "] description = "A client for the ProGet API" readme = "README.md" keywords = ["proget"] categories = ["api-bindings"] license = "GPL-3.0-only WITH GPL-3.0-linking-exception" repository = "https://github.com/hwittenborn/proget-rust-sdk" [package.metadata.docs.rs] features = ["__docs"] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.base64] version = "0.13.1" [dependencies.indexmap] version = "1.9.3" features = ["serde"] optional = true [dependencies.reqwest] version = "0.11.12" default-features = false [dependencies.semver] version = "1.0.17" features = ["serde"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40" [features] __docs = ["dep:indexmap"] default = ["reqwest/default"] indexmap = ["dep:indexmap"] rustls-tls = ["reqwest/rustls-tls"]