[package]
edition = "2021"
rust-version = "1.88"
name = "ghl-models"
version = "0.5.2"
authors = ["Shahroz Allauddin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust data models (DTOs) for the GoHighLevel (HighLevel) API v2 and v3, generated from the official OpenAPI specifications"
documentation = "https://docs.rs/ghl-models"
readme = "README.md"
keywords = [
"gohighlevel",
"crm",
"api",
"mcp",
"sdk",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Shahroz/ghl-rs"
[package.metadata.docs.rs]
features = ["full"]
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
ad-manager = []
ad-publishing = []
affiliate-manager = []
agent-studio = []
associations = []
blogs = []
brand-boards = []
businesses = []
calendars = []
campaigns = []
chat-widget = []
companies = []
contacts = []
conversation-ai = []
conversations = []
courses = []
custom-fields = []
custom-menus = []
default = []
email-isv = []
emails = []
forms = []
full = [
"ad-manager",
"ad-publishing",
"affiliate-manager",
"agent-studio",
"associations",
"blogs",
"brand-boards",
"businesses",
"calendars",
"campaigns",
"chat-widget",
"companies",
"contacts",
"conversation-ai",
"conversations",
"courses",
"custom-fields",
"custom-menus",
"email-isv",
"emails",
"forms",
"funnels",
"invoices",
"knowledge-base",
"links",
"locations",
"marketplace",
"medias",
"oauth",
"objects",
"opportunities",
"payments",
"phone-system",
"products",
"proposals",
"saas",
"saas-api",
"snapshots",
"social-media-posting",
"social-planner",
"store",
"surveys",
"users",
"voice-ai",
"workflows",
]
funnels = []
invoices = []
knowledge-base = []
links = []
locations = []
marketplace = []
medias = []
oauth = []
objects = []
opportunities = []
payments = []
phone-system = []
products = []
proposals = []
saas = []
saas-api = []
snapshots = []
social-media-posting = []
social-planner = []
store = []
surveys = []
users = []
voice-ai = []
workflows = []
[lib]
name = "ghl_models"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"