# 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.60" name = "rpmvercmp" version = "0.1.0" authors = ["Yuki Yamaura "] include = [ "src/**/*.rs", "README.md", "LICENSE", ] description = "Call rpmvercmp function from dynamic library: /usr/lib/librpm.so.*." homepage = "https://github.com/yamaura/rpmvercmp" readme = "README.md" keywords = ["rpm"] categories = ["command-line-utilities"] license = "BSL-1.0" repository = "https://github.com/yamaura/rpmvercmp" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "rpmvercmp" path = "src/main.rs" required-features = ["cmdline"] [dependencies.clap] version = "4.1.4" features = ["derive"] optional = true [dependencies.libloading] version = "0.7.4" [features] cmdline = ["clap"]