uncore 0.2.0

Shared C-ABI plumbing and error-kind conventions for the un* document extraction family
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 = "2021"
rust-version = "1.87"
name = "uncore"
version = "0.2.0"
authors = ["iyulab"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared C-ABI plumbing and error-kind conventions for the un* document extraction family"
homepage = "https://github.com/iyulab/uncore"
documentation = "https://docs.rs/uncore"
readme = "README.md"
keywords = [
    "ffi",
    "c-abi",
    "error-handling",
    "document",
    "extraction",
]
categories = [
    "development-tools::ffi",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/iyulab/uncore"

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

[dependencies]

[lints.rust]
missing_docs = "deny"
unsafe_op_in_unsafe_fn = "deny"