parse-author 0.1.1

Parse an npm-style author string "Name <email> (url)" into its name, email, and url. A faithful port of the parse-author npm package. Zero dependencies, no_std.
Documentation
[package]
name = "parse-author"
version = "0.1.1"
edition = "2021"
rust-version = "1.74"
description = "Parse an npm-style author string \"Name <email> (url)\" into its name, email, and url. A faithful port of the parse-author npm package. Zero dependencies, no_std."
documentation = "https://docs.rs/parse-author"
repository = "https://github.com/trananhtung/parse-author"
homepage = "https://github.com/trananhtung/parse-author"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["author", "parse", "package-json", "npm", "person"]
categories = ["parser-implementations", "no-std"]
authors = ["trananhtung"]
exclude = ["/.github", "/.gitignore"]

[dependencies]

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"

[lints.clippy]
all = "warn"
pedantic = "warn"