prism-sys 0.1.1

Raw FFI bindings to the prism speech library
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 = "prism-sys"
version = "0.1.1"
build = "build.rs"
links = "prism"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to the prism speech library"
readme = "README.md"
keywords = [
    "tts",
    "speech",
    "accessibility",
    "screen-reader",
]
categories = [
    "accessibility",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/trypsynth/prismer"

[features]
static = []

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

[build-dependencies.cmake]
version = "0.1.58"

[lints.clippy]
redundant_pub_crate = "allow"
undocumented_unsafe_blocks = "forbid"

[lints.clippy.all]
level = "forbid"
priority = -1

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

[lints.clippy.pedantic]
level = "forbid"
priority = -1

[lints.rust]
elided_lifetimes_in_paths = "forbid"
explicit_outlives_requirements = "forbid"
ffi_unwind_calls = "forbid"
let_underscore_drop = "forbid"
missing_debug_implementations = "forbid"
missing_docs = "forbid"
non_ascii_idents = "forbid"
redundant_lifetimes = "forbid"
single_use_lifetimes = "forbid"
trivial_casts = "forbid"
trivial_numeric_casts = "forbid"
unreachable_pub = "forbid"
unsafe_op_in_unsafe_fn = "forbid"
unused_import_braces = "forbid"
unused_lifetimes = "forbid"
unused_qualifications = "forbid"
unused_results = "forbid"