-
Notifications
You must be signed in to change notification settings - Fork 4
/
Cargo.toml
29 lines (25 loc) · 900 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
[package]
name = "librakaly"
version = "0.11.17"
authors = ["Nick Babcock <nbabcock19@hotmail.com>"]
edition = "2018"
repository = "https://github.com/rakaly/librakaly.git"
description = "A C wrapper around rakaly functionality"
readme = "README.md"
license = "MIT"
publish = false
[lib]
crate-type = ["cdylib"]
name = "rakaly"
[dependencies]
libc = "0.2"
eu4save = { git = "https://github.com/rakaly/eu4save.git" }
imperator-save = { git = "https://github.com/rakaly/imperator-save.git", default-features = false, features = ["libdeflate"] }
ck3save = { git = "https://github.com/rakaly/ck3save.git", default-features = false, features = ["libdeflate"] }
hoi4save = { git = "https://github.com/rakaly/hoi4save.git" }
vic3save = { git = "https://github.com/pdx-tools/pdx-tools", features = ["libdeflate"] }
thiserror = "1.0"
[build-dependencies]
cbindgen = "0.27"
[profile.release]
strip = true