2025-03-16 18:05:32 +00:00
|
|
|
[package]
|
2025-05-08 20:57:06 +01:00
|
|
|
name = "libloot-python"
|
2025-06-08 17:14:38 +01:00
|
|
|
version = "0.27.0"
|
2025-03-16 18:05:32 +00:00
|
|
|
edition = "2024"
|
2025-05-08 20:36:58 +01:00
|
|
|
license = "GPL-3.0-or-later"
|
2025-03-16 18:05:32 +00:00
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
[lib]
|
|
|
|
|
name = "loot"
|
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
libloot = { path = ".." }
|
2025-03-17 21:21:51 +00:00
|
|
|
libloot-ffi-errors = { path = "../ffi-errors" }
|
2025-03-16 18:05:32 +00:00
|
|
|
pyo3 = "0.24.0"
|
2025-03-22 09:37:02 +00:00
|
|
|
pyo3-log = "0.12.2"
|