contentstack-api-client-rs 0.2.0

Async Rust client for the Contentstack CMS API, supporting both Delivery (CDN) and Management APIs with built-in rate limiting and streaming.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[workspace]
# Automatically update Cargo.toml version and CHANGELOG.md
changelog_update = true

# Create a GitHub release on every publish
git_release_enable = true

# Publish to crates.io when the release PR is merged
publish = true

# Use Conventional Commits to determine the version bump
# feat: -> minor, fix: -> patch, feat!:/BREAKING CHANGE: -> major
[[package]]
name = "contentstack-api-client-rs"
changelog_include = ["feat", "fix", "perf", "refactor", "docs"]