# 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" rust-version = "1.75" name = "rpm-repository" version = "0.3.0" authors = ["Gregory Szorc "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RPM repository interaction" homepage = "https://github.com/indygreg/linux-packaging-rs" readme = "README.md" keywords = [ "createrepo", "rpm", "packaging", "repomd", "yum", ] license = "MPL-2.0" repository = "https://github.com/indygreg/linux-packaging-rs.git" [lib] name = "rpm_repository" path = "src/lib.rs" [dependencies.async-compression] version = "0.4.17" features = [ "futures-io", "gzip", "xz", "zstd", ] [dependencies.digest] version = "0.10.7" [dependencies.futures] version = "0.3.31" [dependencies.hex] version = "0.4.3" [dependencies.pin-project] version = "1.1.7" [dependencies.reqwest] version = "0.12.9" features = [ "rustls-tls", "stream", ] default-features = false [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.sha-1] version = "0.10.1" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.66" [dependencies.tokio] version = "1.41.0" features = ["macros"] [dependencies.url] version = "2.5.2"