# 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.65.0" name = "gen-api-wrapper" version = "0.1.2" authors = ["Matt Chun-Lum "] description = "Attempt at a generic version of the api wrapper from the gitlab crate." readme = "README.md" license = "MIT" [dependencies.async-trait] version = "0.1.53" [dependencies.bytes] version = "^1" [dependencies.http] version = "~0.2" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde_json] version = "1.0.2" [dependencies.serde_urlencoded] version = "~0.7" [dependencies.thiserror] version = "1.0.31" [dependencies.url] version = "^2" features = ["serde"]