# 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 = "rpmrepo_metadata" version = "0.3.0" authors = ["Daniel Alley "] include = [ "/src", "/benches", "/pyproject.toml", "/README.md", ] description = "A library for parsing RPM repository metadata." homepage = "https://github.com/dralley/rpmrepo_metadata/" documentation = "https://docs.rs/rpmrepo_metadata/" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/dralley/rpmrepo_metadata/" [profile.dev] opt-level = 1 [profile.release] lto = "thin" [lib] name = "rpmrepo_metadata" crate-type = [ "lib", "cdylib", ] [[test]] name = "package" path = "tests/package.rs" required-features = ["read_rpm"] [[bench]] name = "repository" harness = false [dependencies.digest] version = "0.10.6" [dependencies.hex] version = "0.4.3" [dependencies.indexmap] version = "2.0.0" [dependencies.md-5] version = "0.10.5" [dependencies.niffler] version = "2.5.0" features = [ "bz2", "xz", "gz", "zstd", ] default-features = false [dependencies.pyo3] version = "0.20.0" features = ["extension-module"] optional = true [dependencies.quick-xml] version = "0.23.0" default-features = false [dependencies.rpm] version = "0.12.0" optional = true default-features = false [dependencies.sha1] version = "0.10.5" [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.once_cell] version = "1.17.0" [dev-dependencies.pretty_assertions] version = "1.1.0" [dev-dependencies.tempdir] version = "0.3.7" [features] python_ext = ["pyo3"] read_rpm = ["rpm"]