[build-dependencies.cc]
version = "1"
[lib]
name = "utf8proc_sys"
path = "src/lib.rs"
[lints.clippy]
cast-lossless = "allow"
cast-possible-truncation = "deny"
cast-possible-wrap = "deny"
cast-precision-loss = "deny"
cast-ptr-alignment = "deny"
cast-sign-loss = "deny"
char-lit-as-u8 = "deny"
fn-to-numeric-cast = "deny"
fn-to-numeric-cast-any = "deny"
fn-to-numeric-cast-with-truncation = "deny"
if_not_else = "allow"
items_after_statements = "allow"
missing-errors-doc = "allow"
missing-panics-doc = "allow"
missing_safety_doc = "deny"
multiple_crate_versions = "allow"
must_use_candidate = "allow"
needless_pass_by_value = "allow"
ptr_as_ptr = "allow"
redundant_else = "allow"
struct_excessive_bools = "allow"
too_many_lines = "allow"
trivially_copy_pass_by_ref = "allow"
undocumented_unsafe_blocks = "deny"
unused_self = "allow"
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
deprecated_safe = "deny"
missing_unsafe_on_extern = "deny"
non_ascii_idents = "deny"
unsafe_attr_outside_unsafe = "deny"
unsafe_op_in_unsafe_fn = "deny"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Unsafe rust bindings to the utf8proc library"
edition = "2024"
license = "MIT AND Unicode-3.0"
links = "utf8proc"
name = "utf8proc-sys"
readme = false
repository = "https://github.com/Techcable/utf8proc.rs"
resolver = "2"
rust-version = "1.87"
version = "0.1.0+2.10.0"