umka 0.1.0

high level bindings for umka
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 = "umka"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "high level bindings for umka"
documentation = "https://docs.rs/umka/latest/umka"
readme = false
license = "BSD-2-Clause"
repository = "https://github.com/backwardspy/umka-rs"

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

[[example]]
name = "function_call"
path = "examples/function_call.rs"

[[example]]
name = "hello_world"
path = "examples/hello_world.rs"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.umka-sys]
version = "0.1.0"

[dev-dependencies.anyhow]
version = "1.0.100"

[lints.clippy]
all = "warn"
expect_used = "warn"
nursery = "warn"
pedantic = "warn"

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