gomod-parser 0.5.2

Simple go.mod parser
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

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

[dependencies.winnow]
version = "1.0"
features = [
    "ascii",
    "std",
]
default-features = false

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