umka-sys 0.1.0

low level FFI bindings for umka
Documentation
# 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 = "2024"
name = "umka-sys"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "low level FFI bindings for umka"
documentation = "https://docs.rs/umka-sys/latest/umka-sys"
readme = false
license = "BSD-2-Clause"
repository = "https://github.com/backwardspy/umka-rs"

[lib]
name = "umka_sys"
path = "src/lib.rs"

[build-dependencies.bindgen]
version = "0.72.1"

[build-dependencies.fs_extra]
version = "1.3"

[lints.clippy]
all = "warn"
expect_used = "warn"
nursery = "warn"
pedantic = "warn"

[lints.clippy.unwrap_used]
level = "deny"
priority = -1