-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (27 loc) · 763 Bytes
/
Copy pathCargo.toml
File metadata and controls
32 lines (27 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "vips-sys"
version = "0.1.3-beta.2"
authors = ["elbaro <elbaro@github>", "houseme <housemecn@gmail.com"]
edition = "2021"
description = "libvips bindings for Rust"
documentation = "https://houseme.github.io/vips-sys/vips_sys/"
repository = "https://github.com/houseme/vips-sys"
readme = "README.md"
keywords = ["vips", "image", "libvips"]
categories = ["multimedia::images", "external-ffi-bindings"]
license = "MIT"
links = "vips"
[lib]
doctest = false
[features]
static = []
dynamic = []
helpers = []
[build-dependencies]
pkg-config = "0.3.32"
bindgen = "0.72.1"
[target.'cfg(target_env = "msvc")'.build-dependencies]
vcpkg = { version = "0.2.15" }
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"