# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "zoho-crm" version = "0.3.2" authors = ["rideron89"] include = ["**/*.rs", "Cargo.toml", "README.md"] description = "Library to help interact with v2 of the Zoho CRM API." homepage = "https://github.com/rideron89/zoho-crm" documentation = "https://docs.rs/zoho-crm/0.3.1/zoho_crm" readme = "README.md" keywords = ["zoho"] license = "MIT" repository = "https://github.com/rideron89/zoho-crm" [dependencies.reqwest] version = "0.9.18" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.5.1" [dev-dependencies.mockito] version = "0.21.0"