# 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 = "cloudconvert" version = "0.2.1" description = "Client library for CloudConvert" homepage = "https://github.com/MeVitae/cloudconvert-rs" readme = "README.md" keywords = [ "cloudconvert", "convert", "client", "api", "pdf", ] categories = [ "api-bindings", "web-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/MeVitae/cloudconvert-rs" [dependencies.hapic] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12" [dependencies.hyper] version = "0.14" features = [ "http1", "http2", "client", "runtime", "tcp", ] [dependencies.hyper-tls] version = "0.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.tokio] version = "1" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ]