# 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 = "disco-quick" version = "0.1.1" authors = ["sublipri"] description = "Library for processing the Discogs XML data dumps" readme = "README.md" keywords = [ "xml", "discogs", "parser", "quick-xml", ] license = "MIT" repository = "https://github.com/sublipri/disco-quick" [lib] [dependencies.flate2] version = "1.0.28" [dependencies.log] version = "0.4.20" [dependencies.quick-xml] version = "0.31.0" [dependencies.serde] version = "1.0.190" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.50" [dev-dependencies.serde_json] version = "1.0.107" [features] default = []