[release]# Disable git push since GitHub Actions will handle itpush=false# Enable publishing to crates.iopublish=true# Create git tagtag=true# Update dependenciesdev-version-ext="alpha.0"# Pre-release hook to run testspre-release-hook=["cargo","test"]