# 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 = "2018" name = "zohohorrorshow" version = "0.9.0" authors = ["Xymist "] description = "A library for interacting with the Zoho Projects API" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/Xymist/zohohorrorshow" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.oauth2] version = "4.3.0" [dependencies.openssl] version = "0.10.24" features = ["vendored"] [dependencies.reqwest] version = "0.11.16" features = [ "json", "blocking", "rustls", ] [dependencies.serde] version = "1.0.160" [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40" [dependencies.tracing] version = "0.1.37" [dependencies.url] version = "2.3.1" [dependencies.webbrowser] version = "0.8.9" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.tracing-subscriber] version = "0.3.17"