forked from adobe/xmp-toolkit-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
34 lines (31 loc) · 955 Bytes
/
Cargo.toml
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
[package]
name = "xmp_toolkit"
version = "0.5.3"
description = "Rust-language bindings for Adobe's XMP Toolkit"
license = "MIT OR Apache-2.0"
repository = "https://github.com/adobe/xmp-toolkit-rs"
documentation = "https://docs.rs/xmp_toolkit"
readme = "README.md"
authors = ["Eric Scouten <[email protected]>"]
keywords = ["xmp", "metadata"]
categories = ["api-bindings"]
edition = "2018"
rust-version = "1.54.0"
exclude = [
"external/xmp_toolkit/docs",
"external/xmp_toolkit/samples",
"external/xmp_toolkit/third-party/zlib/ReadMe.txt",
"external/xmp_toolkit/third-party/zlib/README.md",
"external/xmp_toolkit/third-party/zlib/*.c",
"external/xmp_toolkit/third-party/zlib/*.h",
"external/xmp_toolkit/third-party/expat/lib",
"external/xmp_toolkit/XMPFilesPlugins/PDF_Handler",
]
[dependencies]
num_enum = "0.5.7"
thiserror = "1.0"
[build-dependencies]
cc = "1.0"
fs_extra = "1.2"
[dev-dependencies]
tempfile = "3.2"