[package] name = "marc-record" authors = ["Jean-Philippe Bougie"] version = "0.5.1" description = "A MARC21 parser supporting MARC-8 text encoding" edition = "2021" documentation = "https://docs.rs/marc-record" repository = "https://github.com/demarque/marc-record" license = "MIT" readme = "README.md" keywords = ["marc", "marc21"] categories = ["parser-implementations"] [dependencies] thiserror = "1.0.64" unicode-normalization = "0.1.24" winnow = { version = "0.6.20", features = ["alloc"] } [dev-dependencies] terminal_size = "0.4.0"