bibparser 0.4.0

A parser for .bib files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bibparser"
version = "0.4.0"
edition = "2021"
authors = ["tajpulo"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/typho/bibparser"
keywords = ["biblatex", "biber", "latex", "tex"]
categories = ["encoding", "parser-implementations", "text-processing"]
description = "A parser for .bib files"

[dependencies]
clap = { version = "3.0.13", features = ["derive"] }
serde_json = { version = "1.0", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }