opendefocus-datastructure 0.1.10

OpenDefocus protobuf datastructure
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-datastructure"
version = "0.1.10"
authors = ["Gilles Vink <gillesvink@noreply.codeberg.org>"]
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenDefocus protobuf datastructure"
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]
documented = ["dep:documented"]
libm = ["glam/libm"]
protobuf-vendored = [
    "dep:protobuf-src",
    "bokeh-creator/protobuf-vendored",
    "circle-of-confusion/protobuf-vendored",
]
std = ["glam/default"]

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

[dependencies.bokeh-creator]
version = "0.1.17"
default-features = false

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

[dependencies.circle-of-confusion]
version = "0.2.7"

[dependencies.documented]
version = "0.9"
optional = true

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

[dependencies.opendefocus-shared]
version = "=0.1.10"

[dependencies.prost]
version = ">=0.14, < 0.15"

[dependencies.prost-types]
version = ">=0.14, < 0.15"

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

[build-dependencies.duct]
version = "1.1.1"

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

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

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