# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "repomd" version = "0.0.1" authors = ["Bernhard Schuster "] description = "rpm repository metadata compatible with createrepo servings" homepage = "https://ahoi.io/projects/repomd" readme = "README.md" keywords = ["rpm", "repository", "metadata", "createrepo", "repomd"] license = "MIT/Apache-2.0" repository = "https://github.com/drahnr/repomd.git" [lib] path = "src/lib.rs" [dependencies.bytes] version = "0.5" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.compression] version = "0.1" [dependencies.indexmap] version = "1" features = ["serde-1"] [dependencies.log] version = "0.4" [dependencies.quick-xml] version = "0.18" features = ["serialize"] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.9" [dependencies.strum] version = "0.19" [dependencies.strum_macros] version = "0.19" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.5" [dependencies.url] version = "2" features = ["serde"] [dev-dependencies.rpm] version = "0.6.0" features = ["signature-pgp"] package = "rpm-rs" [dev-dependencies.which] version = "4"