2026-04-27 15:21:32 +02:00

29 lines
977 B
TOML

[workspace.package]
categories = ["cryptography", "external-ffi-bindings"]
description = "Rust bindings for the Logos Blockchain Circuits, providing a safe and efficient interface for interacting with the underlying cryptographic circuits."
edition = "2024"
keywords = ["blockchain", "privacy"]
license = "MIT or Apache-2.0"
readme = "README.md"
repository = "https://github.com/logos-blockchain/logos-blockchain-circuits"
version = "0.4.2"
[workspace]
members = [
"logos-blockchain-circuits-poq-sys",
"logos-blockchain-circuits-types"
]
resolver = "3"
[workspace.dependencies]
# Internal
lbc-poq-sys = { default-features = false, package = "logos-blockchain-circuits-poq-sys", path = "./logos-blockchain-circuits-poq-sys" }
lbc-types = { default-features = false, package = "logos-blockchain-circuits-types", path = "./logos-blockchain-circuits-types" }
# External
flate2 = "1"
libc = "0.2.185"
tar = "0.4"
thiserror = "2.0.18"
ureq = "3.3.0"