[package] name = "arxiv" version = "1.0.1" authors = [ "Samantha Nguyen, ", ] description = "Rust library to parse arXiv identifiers and references" repository = "https://github.com/neoncitylights/arxiv" readme = "README.md" license = "MIT OR Apache-2.0" edition = "2021" rust-version = "1.70.0" keywords = ["arxiv"] categories = ["parsing", "text-processing"] include = ["src", "LICENSE-APACHE", "LICENSE-MIT"] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [features] default = ["url"] url = ["dep:url"] [dependencies.jiff] version = "0.1.14" [dependencies.url] version = "2.5.3" optional = true