File: Cargo.toml

package info (click to toggle)
rust-libheif-sys 5.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,044 kB
  • sloc: makefile: 11; ansic: 6
file content (88 lines) | stat: -rw-r--r-- 1,908 bytes parent folder | download
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# 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 = "libheif-sys"
version = "5.1.1+1.21.2"
authors = ["Kirill Kuzminykh <cykooz@gmail.com>"]
build = "build.rs"
links = "heif"
exclude = [
    "/data",
    "/vendor/libheif/examples",
    "/vendor/libheif/fuzzing",
    "/vendor/libheif/go",
    "/vendor/libheif/heifio",
    "/vendor/libheif/logos",
    "/vendor/libheif/tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "libheif bindings"
documentation = "https://docs.rs/crate/libheif-sys"
readme = "README.md"
keywords = [
    "heic",
    "heif",
    "libheif",
]
license = "MIT"
repository = "https://github.com/cykooz/libheif-sys"


[package.metadata.system-deps.libheif.v1_21]
version = "1.21"

[package.metadata.docs.rs]
features = ["latest"]


[package.metadata.release]
enable-features = [
    "latest",
    "embedded-libheif",
]

[[package.metadata.release.pre-release-replacements]]
file = "CHANGELOG.md"
search = "Unreleased"
replace = "{{version}}"

[[package.metadata.release.pre-release-replacements]]
file = "CHANGELOG.md"
search = "ReleaseDate"
replace = "{{date}}"

[features]
default = ["latest"]
latest = ["v1_21"]
v1_21 = []

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

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

[dependencies.cfg-if]
version = "1.0"

[dependencies.libc]
version = "0.2.178"

[build-dependencies.system-deps]
version = "7.0"