apriltag-sys 0.4.0

Rust bindings for AprilTag library
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 = "apriltag-sys"
version = "0.4.0"
authors = [
    "jerry73204 <jerry73204@gmail.com>",
    "Andrew Straw <strawman@astraw.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for AprilTag library"
homepage = "https://github.com/jerry73204/apriltag-rust"
documentation = "https://docs.rs/apriltag-sys"
readme = "README.md"
license = "BSD-2-Clause"
repository = "https://github.com/jerry73204/apriltag-rust.git"

[features]
buildtime-bindgen = ["bindgen"]
default = []

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

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies]

[dev-dependencies.image]
version = "0.24.5"

[build-dependencies.anyhow]
version = "1.0.68"

[build-dependencies.bindgen]
version = "0.63.0"
optional = true

[build-dependencies.cc]
version = "1.0.78"
features = ["parallel"]

[build-dependencies.cmake]
version = "0.1.49"

[build-dependencies.glob]
version = "0.3.1"

[build-dependencies.itertools]
version = "0.10.5"

[build-dependencies.once_cell]
version = "1.17.0"

[build-dependencies.pkg-config]
version = "0.3.26"