{ "private": true, "scripts": { "doc": "cargo doc --no-deps --all-features", "test": "cargo test --release", "fmt": "cargo fmt --all", "p": "git push && git push --tags --prune", "reset": "git reset Head~ --soft", "u": "cargo upgrade --workspace" } }