opendefocus-shared 0.1.10

OpenDefocus shared crate for kernel and core crate
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 = "opendefocus-shared"
version = "0.1.10"
authors = ["Gilles Vink <gillesvink@noreply.codeberg.org>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenDefocus shared crate for kernel and core crate"
homepage = "https://opendefocus.codeberg.page"
documentation = "https://docs.rs/opendefocus/"
readme = "README.md"
keywords = [
    "defocus",
    "convolution",
    "image-processing",
]
categories = [
    "multimedia",
    "graphics",
]
license = "EUPL-1.2"
repository = "https://codeberg.org/gillesvink/opendefocus"
resolver = "2"

[features]
default = ["std"]
libm = [
    "dep:libm",
    "num-traits/libm",
    "glam/libm",
]
std = [
    "glam/default",
    "bitflags/std",
]

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

[dependencies.bitflags]
version = "2.10.0"
features = ["bytemuck"]
default-features = false

[dependencies.bytemuck]
version = "1.24"
features = ["derive"]

[dependencies.glam]
version = "0.30"
features = ["bytemuck"]
default-features = false

[dependencies.libm]
version = "0.2"
optional = true
default-features = false

[dependencies.num-traits]
version = "0.2"
default-features = false

[dev-dependencies.rstest]
version = "0.26"

[build-dependencies.cargo_metadata]
version = "0.23.1"

[build-dependencies.prost-build]
version = "0.14.1"

[build-dependencies.protobuf-src]
version = "2.1.1"
optional = true

[target.'cfg(not(any(target_arch = "spirv")))'.dependencies.image]
version = "0.25"
default-features = false

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ['cfg(target_arch, values("spirv"))']