capitol 0.6.3

Parse United States Congress legislative document citations
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 = "2024"
name = "capitol"
version = "0.6.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse United States Congress legislative document citations"
documentation = "https://docs.rs/capitol"
readme = "README.md"
license = "MIT"
repository = "https://codeberg.org/blackerby/capitol"

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

[dependencies.winnow]
version = "0.7.14"

[lints.clippy]
pedantic = "warn"