# 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" version = "3.1.1" authors = ["AIkorsky "] exclude = [ ".*", "test", ] description = "Reader and builder for MARC 21 Bibliographic format" documentation = "https://blackbeam.github.io/rust-marc" readme = "README.md" keywords = [ "MARC", "MARC21", "bibliographic", "parser", "builder", ] license = "MIT/Apache-2.0" repository = "https://github.com/blackbeam/rust-marc" [package.metadata.docs.rs] features = [ "default", "xml", ] no-default-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "marc" path = "src/lib.rs" [dependencies.xml-rs] version = "0.8" optional = true [features] default = [] nightly = [] xml = ["dep:xml-rs"]