# 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 = "appstream" version = "0.2.2" authors = ["Bilal Elmoussaoui "] exclude = ["tests/**/*.xml", "tests/**/*.xml.gz", "tests/**/*.json"] description = "Appstream files parser" keywords = ["appstream", "xml", "parser", "metainfo", "appdata"] license = "MIT" repository = "https://github.com/bilelmoussaoui/appstream" resolver = "2" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.flate2] version = "1.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" optional = true [dependencies.strum] version = "0.23" [dependencies.strum_macros] version = "0.23" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.1" features = ["serde"] [dependencies.xmltree] version = "0.10" [features] gzip = ["flate2"] test_json = ["serde_json"]