gomod-parser2 0.4.2

Simple go.mod parser
Documentation
[package]
name = "gomod-parser2"
version = "0.4.2"
edition = "2021"
rust-version = "1.65"  # MSRV

description = "Simple go.mod parser"
keywords = ["gomod"]
categories = ["encoding"]
repository = "https://github.com/baz-scm/gomod-parser"
readme = "README.md"
license = "Apache-2.0"

authors = ["Baz"]

[package.metadata.release]
allow-branch = ["HEAD"]
push = false
tag = false

[dependencies]
winnow = "0.7"

[dev-dependencies]
indoc = "2.0"