# 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 = "uapi-version" version = "0.4.0" description = "Compare versions according to the UAPI Version Format Specification" homepage = "https://github.com/nikstur/uapi-version" readme = "README.md" keywords = [ "version", "uapi", "systemd", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/nikstur/uapi-version" [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"