opencv 0.19.1

Rust bindings for OpenCV
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "opencv"
version = "0.19.1"
authors = ["Mathieu Poumeyrol <kali@zoy.org>", "Pro <twisted.fall@gmail.com>"]
build = "build.rs"
description = "Rust bindings for OpenCV"
documentation = "https://docs.rs/opencv"
readme = "README.md"
keywords = ["opencv", "vision"]
license = "MIT"
repository = "https://github.com/twistedfall/opencv-rust"
[package.metadata.docs.rs]
rustc-args = ["--cfg feature=\"docs-only\""]

[lib]
doctest = false
[dependencies.cpp]
version = "0.5.3"

[dependencies.lazy_static]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.num]
version = "0.2"

[dependencies.slab]
version = "0.4"
[dev-dependencies.matches]
version = "0.1"
[build-dependencies.cc]
version = "1.0"
features = ["parallel"]

[build-dependencies.cpp_build]
version = "0.5.3"

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

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

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

[build-dependencies.rayon]
version = "1.0"

[build-dependencies.semver]
version = "0.9"

[features]
buildtime-bindgen = []
default = ["opencv-34"]
force-3rd-party-libs-discovery = []
opencv-32 = []
opencv-34 = []
opencv-41 = []
[badges.travis-ci]
branch = "master"
repository = "twistedfall/opencv-rust"