[lints.clippy.all]
level = "deny"
priority = 0
[lints.clippy.expect_used]
level = "deny"
priority = 0
[lints.clippy.pedantic]
level = "deny"
priority = 0
[lints.clippy.unwrap_used]
level = "deny"
priority = 0
[lints.rust]
unsafe_code = "forbid"
[package]
categories = ["text-processing"]
description = "Compare versions according to the UAPI Version Format Specification"
edition = "2021"
homepage = "https://github.com/nikstur/uapi-version"
keywords = ["version", "uapi", "systemd"]
license = "MIT"
name = "uapi-version"
readme = "README.md"
repository = "https://github.com/nikstur/uapi-version"
version = "0.4.0"