webarkitlib-rs 0.1.4

A high-performance, memory-safe Rust port of WebARKitLib (ARToolKit) for native and WASM.
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"
name = "webarkitlib-rs"
version = "0.1.4"
authors = ["kalwalt <github@kalwaltart.it>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance, memory-safe Rust port of WebARKitLib (ARToolKit) for native and WASM."
homepage = "https://github.com/webarkit/WebARKitLib-rs"
readme = "README.md"
keywords = [
    "augmented-reality",
    "computer-vision",
    "wasm",
    "artoolkit",
    "webarkit",
]
categories = [
    "computer-vision",
    "wasm",
]
license = "LGPL-3.0-or-later"
repository = "https://github.com/webarkit/WebARKitLib-rs"

[features]
simd = [
    "simd-image",
    "simd-pattern",
]
simd-image = []
simd-pattern = []

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

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

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

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

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

[[bench]]
name = "marker_bench"
path = "benches/marker_bench.rs"
harness = false

[[bench]]
name = "simd_bench"
path = "benches/simd_bench.rs"
harness = false

[dependencies.byteorder]
version = "1.5.0"

[dependencies.image]
version = "0.25.0"

[dependencies.imageproc]
version = "0.25.0"

[dependencies.log]
version = "0.4.0"

[dependencies.rand]
version = "0.8.0"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.env_logger]
version = "0.10.0"