opencv-binding-generator 0.102.0

Binding generator for opencv 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"
rust-version = "1.88.0"
name = "opencv-binding-generator"
version = "0.102.0"
authors = ["Pro <twisted.fall@gmail.com>"]
build = false
exclude = ["release.toml"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binding generator for opencv crate"
readme = "README.md"
license = "MIT"
repository = "https://github.com/twistedfall/opencv-rust"

[features]
clang-runtime = [
    "clang/runtime",
    "clang-sys/runtime",
]

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

[[bin]]
name = "binding-generator"
path = "src/bin/binding-generator.rs"

[[bin]]
name = "settings-cleanup"
path = "src/bin/settings-cleanup.rs"

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

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

[dependencies.clang]
version = "2"
features = ["clang_9_0"]

[dependencies.clang-sys]
version = "1"
features = ["clang_9_0"]

[dependencies.dunce]
version = "1"

[dependencies.percent-encoding]
version = "2"
default-features = false

[dependencies.regex]
version = "1"

[dependencies.semver]
version = "1"

[dependencies.shlex]
version = "2"
default-features = false

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

[dev-dependencies.tempfile]
version = "3"
default-features = false