gomod-parser2 0.4.2

Simple go.mod parser
Documentation
[dependencies.winnow]
version = "0.7"

[dev-dependencies.indoc]
version = "2.0"

[lib]
name = "gomod_parser2"
path = "src/lib.rs"

[package]
authors = ["Baz"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "Simple go.mod parser"
edition = "2021"
keywords = ["gomod"]
license = "Apache-2.0"
name = "gomod-parser2"
readme = "README.md"
repository = "https://github.com/baz-scm/gomod-parser"
rust-version = "1.65"
version = "0.4.2"

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

[[test]]
name = "parse"
path = "tests/parse.rs"