lancelot/pyflirt/Cargo.toml
Willi Ballenthin e733924afe v0.9.4
2025-02-17 13:52:32 +00:00

22 lines
581 B
TOML

[package]
name = "python-flirt"
version = "0.9.4"
authors = ["William Ballenthin <william.ballenthin@fireeye.com>"]
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/williballenthin/lancelot/tree/master/pyflirt"
homepage = "https://github.com/williballenthin/lancelot/tree/master/pyflirt"
readme = "README.md"
[lib]
name = "flirt"
crate-type = ["cdylib"]
[dependencies]
lancelot-flirt = { path = "../flirt", version = "0.9.4" }
pyo3 = { version = "0.22"}
anyhow = "1"
[features]
extension-module = ["pyo3/extension-module"]
default = ["extension-module"]