[[bin]]
name = "authors"
path = "src/main.rs"
[dependencies.annotate-snippets]
version = "0.11.5"
[dependencies.anyhow]
version = "1.0.98"
[dependencies.clap]
features = ["derive"]
version = "4.5.37"
[dependencies.env_logger]
version = "0.11.8"
[dependencies.log]
version = "0.4.27"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.winnow]
version = "0.7.10"
[dev-dependencies.pretty_assertions]
version = "1.4.1"
[dev-dependencies.rstest]
version = "0.25.0"
[dev-dependencies.s-string]
version = "1.0.0"
[dev-dependencies.trycmd]
version = "0.15.9"
[lib]
name = "authors"
path = "src/lib.rs"
[package]
authors = ["Adam Gaia <git@agaia.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = 'Print and format authors from ["name <email>"] lists'
edition = "2024"
homepage = "https://github.com/adam-gaia/authors"
include = ["src/**/*", "LICENSE-*", "README.md"]
license = "MIT OR Apache-2.0"
name = "authors"
readme = "README.md"
repository = "https://github.com/adam-gaia/authors"
version = "1.0.0"