mirror of
https://github.com/vee1e/lancelot.git
synced 2026-09-01 10:48:44 +00:00
22 lines
560 B
TOML
22 lines
560 B
TOML
[package]
|
|
name = "pylancelot"
|
|
version = "0.9.10"
|
|
authors = ["Willi Ballenthin <william.ballenthin@mandiant.com>"]
|
|
edition = "2021"
|
|
homepage = "https://github.com/williballenthin/lancelot"
|
|
repository = "https://github.com/williballenthin/lancelot"
|
|
|
|
[lib]
|
|
name = "lancelot"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
lancelot = { path = "../core", version = "0.9.10" }
|
|
pyo3 = { version = "0.27", features = ["generate-import-lib"] }
|
|
pyo3-log = "0.13"
|
|
anyhow = "1"
|
|
sha256 = "1"
|
|
|
|
[features]
|
|
extension-module = ["pyo3/extension-module"]
|
|
default = ["extension-module"]
|