# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "marc-record" version = "0.5.1" authors = ["Jean-Philippe Bougie"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A MARC21 parser supporting MARC-8 text encoding" documentation = "https://docs.rs/marc-record" readme = "README.md" keywords = [ "marc", "marc21", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/demarque/marc-record" [lib] name = "marc_record" path = "src/lib.rs" [dependencies.thiserror] version = "1.0.64" [dependencies.unicode-normalization] version = "0.1.24" [dependencies.winnow] version = "0.6.20" features = ["alloc"] [dev-dependencies.terminal_size] version = "0.4.0"