# 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 = "esdm-sys" version = "0.1.5" authors = ["Markus Theil "] 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" [build-dependencies.bindgen] version = "0.69.4" features = ["runtime"] [build-dependencies.pkg-config] version = "0.3.30" [lints.clippy.all] level = "deny" priority = 0 [lints.clippy.cargo] level = "deny" priority = 0 [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.pedantic] level = "deny" priority = 0