esdm-sys 0.4.0

provides interface to ESDM RNG server (ffi-bindings)
# 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 = "esdm-sys"
version = "0.4.0"
authors = ["Markus Theil <theil.markus@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "provides interface to ESDM RNG server (ffi-bindings)"
readme = "README.md"
keywords = [
    "rand",
    "random",
    "esdm",
    "rng",
]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/thillux/rand-esdm"
resolver = "2"

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

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

[build-dependencies.pkg-config]
version = "0.3.33"

[lints.clippy.all]
level = "deny"
priority = 0

[lints.clippy.cargo]
level = "deny"
priority = 0

[lints.clippy.cargo-common-metadata]
level = "allow"
priority = 1

[lints.clippy.cast_precision_loss]
level = "allow"
priority = 1

[lints.clippy.missing_errors_doc]
level = "allow"
priority = 1

[lints.clippy.missing_panics_doc]
level = "allow"
priority = 1

[lints.clippy.missing_safety_doc]
level = "allow"
priority = 1

[lints.clippy.multiple-crate-versions]
level = "allow"
priority = 1

[lints.clippy.pedantic]
level = "deny"
priority = 0