[package] name = "darkfi-sdk-py" description = "Python bindings for the DarkFi SDK" version = "0.4.1" edition = "2021" authors = ["Dyne.org foundation "] license = "AGPL-3.0-only" homepage = "https://dark.fi" repository = "https://github.com/darkrenaissance/darkfi" [lib] name = "darkfi_sdk" crate-type = ["cdylib"] doc = false [dependencies] darkfi = {path = "../../../", features = ["zk", "zkas"]} darkfi-sdk = {path = "../"} halo2_proofs = {version = "0.3.0", features = ["dev-graph", "sanity-checks"]} halo2_gadgets = "0.3.0" plotters = "0.3.5" pyo3 = "0.20.3" rand = "0.8.5"