charls-sys 2.4.5

Bindings for charls
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 = "charls-sys"
version = "2.4.5"
authors = ["Douglas Yau <dy@coradoya.com>"]
build = "build.rs"
links = "charls"
include = [
    "LICENSE.md",
    "README.md",
    "build.rs",
    "wrapper.h",
    "src",
    "charls/LICENSE.md",
    "charls/CMakeLists.txt",
    "charls/CMakePresets.json",
    "charls/CharLS.sln",
    "charls/CharLS.sln.properties",
    "charls/include",
    "charls/src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for charls"
homepage = "https://github.com/coradoya/charls-sys"
readme = "README.md"
keywords = [
    "charls",
    "libcharls",
    "image",
    "jpegls",
]
license = "MIT"
repository = "https://github.com/coradoya/charls-sys"

[features]
default = []
static = []
vcpkg = ["dep:vcpkg"]

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

[dependencies.link-cplusplus]
version = "1.0"

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

[build-dependencies.vcpkg]
version = "0.2.15"
optional = true