proofframe 0.4.0-alpha.4

Rust-native Arrow data contracts, canonical fingerprints, and proof receipts
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 = "proofframe"
version = "0.4.0-alpha.4"
build = false
include = [
    "/src/**",
    "/docs/**",
    "/examples/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/README-crates.md",
    "/CHANGELOG.md",
    "/LICENSE",
    "/SECURITY.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-native Arrow data contracts, canonical fingerprints, and proof receipts"
homepage = "https://github.com/emirhuseynrmx/proofframe"
documentation = "https://docs.rs/proofframe"
readme = "README-crates.md"
keywords = [
    "arrow",
    "data-quality",
    "dataframe",
    "validation",
    "fingerprint",
]
categories = [
    "data-structures",
    "development-tools",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/emirhuseynrmx/proofframe"

[features]
default = []
python = [
    "dep:pyo3",
    "arrow/pyarrow",
]

[lib]
name = "proofframe"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.ahash]
version = "0.8.12"

[dependencies.arrow]
version = "59.1.0"
default-features = false

[dependencies.base64]
version = "0.22.1"

[dependencies.blake3]
version = "1.8.2"

[dependencies.ed25519-dalek]
version = "3.0.0"

[dependencies.getrandom]
version = "0.4.3"

[dependencies.pyo3]
version = "0.29.0"
features = ["abi3-py310"]
optional = true

[dependencies.regex]
version = "1.12.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_json_canonicalizer]
version = "0.3.2"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.proptest]
version = "1.9.0"

[profile.release]
lto = "thin"
codegen-units = 1
strip = true