2018-10-07 22:13:48 +01:00
|
|
|
[package]
|
|
|
|
|
name = "loot-condition-interpreter-ffi"
|
2023-08-18 17:39:24 +01:00
|
|
|
version = "3.0.0"
|
2021-04-17 11:04:16 +01:00
|
|
|
authors = ["Oliver Hamlet <oliver@ortham.io>"]
|
2018-10-07 22:13:48 +01:00
|
|
|
license = "MIT"
|
|
|
|
|
build = "build.rs"
|
2019-06-25 06:32:36 +01:00
|
|
|
edition = "2018"
|
2018-10-07 22:13:48 +01:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
loot-condition-interpreter = { path = ".." }
|
|
|
|
|
libc = "0.2"
|
|
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
name = "loot_condition_interpreter_ffi"
|
|
|
|
|
crate-type = ["staticlib"]
|
|
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
default = []
|
|
|
|
|
ffi-headers = ["cbindgen"]
|
|
|
|
|
|
|
|
|
|
[build-dependencies]
|
2022-06-08 03:03:27 +00:00
|
|
|
cbindgen = { version = "0.24", optional = true }
|