[[bin]]
name = "marc-viewer"
path = "src/bin/marc-viewer.rs"
[dependencies.encoding_rs]
version = "0.8"
[dependencies.quick-xml]
features = ["serialize"]
version = "0.31"
[dev-dependencies]
[lib]
name = "marc_rs"
path = "src/lib.rs"
[package]
authors = ["Jean Collonvillé <jcollonville@b-612.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parsing"]
description = "Rust library for MARC21, UNIMARC, and MARC XML format support"
edition = "2021"
keywords = ["marc", "marc21", "unimarc", "bibliographic", "library"]
license = "MIT OR Apache-2.0"
name = "marc-rs"
readme = "README.md"
repository = "https://github.com/jcollonville/marc-rs"
version = "0.1.3"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[[test]]
name = "serde_marc_test"
path = "tests/serde_marc_test.rs"