mdnt-support 0.2.12

Support for integrating Midnight with the extractor
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "mdnt-support"
version = "0.2.12"
authors = ["Daniel Dominguez (Veridise) <daniel@veridise.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Support for integrating Midnight with the extractor"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/Veridise/midnight-extractor"
resolver = "2"

[lib]
name = "mdnt_support"
path = "src/lib.rs"

[dependencies.ff]
version = "0.13"

[dependencies.haloumi-ir]
version = "0"

[dependencies.log]
version = "0.4"

[dependencies.mdnt-groups-support]
version = "0.2.0"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.thiserror]
version = "2"

[dev-dependencies.rstest]
version = "0.26"