[dependencies.csv]
version = "1.3.1"
[dependencies.futures]
version = "0.3.31"
[dependencies.indexmap]
features = ["serde"]
version = "2.10.0"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12.22"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.140"
[dependencies.tokio]
features = ["full"]
version = "1.46.1"
[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"
[[example]]
name = "export_data"
path = "examples/export_data.rs"
[lib]
name = "vtiger_client"
path = "src/lib.rs"
[package]
authors = [" <cjcox17@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming::http-client"]
description = "A Rust client library for the Vtiger CRM REST API"
edition = "2024"
homepage = "https://github.com/cjcox17/vtiger-client"
keywords = ["vtiger", "crm", "rest", "api"]
license = "MIT OR Apache-2.0"
name = "vtiger-client"
readme = "README.md"
repository = "https://github.com/cjcox17/vtiger-client"
version = "0.1.0"