hocon-parser 1.1.0

Full Lightbend HOCON specification-compliant parser for Rust
Documentation
1
2
3
4
5
6
7
8
9
# cargo-release configuration
# Release flow: cargo release patch|minor|major
# This bumps Cargo.toml, commits, tags (v*), and pushes.
# CI handles `cargo publish` on tag push.

publish = false
push-remote = "origin"
tag-prefix = "v"
allow-branch = ["master", "develop"]