# 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 = "clicksign" version = "0.2.8" authors = ["CrowdTech "] description = "Unofficial Rust library for the Clicksign API" homepage = "https://github.com/crowdtech-io/clicksign-rs" documentation = "https://docs.rs/clicksign/0.2.8/clicksign/" readme = "README.md" categories = ["web-programming::http-client"] license-file = "LICENSE.md" repository = "https://github.com/crowdtech-io/clicksign-rs" [dependencies.error-chain] version = "0.12.4" default-features = false [dependencies.reqwest] version = "0.11" features = [ "json", "rustls", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"]