fp-runtime 0.1.0

Runtime policies, evidence ledgers, and asupersync interop for the frankenpandas execution layer.
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"
name = "fp-runtime"
version = "0.1.0"
authors = ["Jeffrey Emanuel <jeff141421@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime policies, evidence ledgers, and asupersync interop for the frankenpandas execution layer."
homepage = "https://github.com/Dicklesworthstone/frankenpandas"
readme = "README.md"
keywords = [
    "dataframe",
    "pandas",
    "analytics",
    "columnar",
    "rust",
]
categories = [
    "data-structures",
    "science",
]
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/Dicklesworthstone/frankenpandas"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
targets = ["x86_64-unknown-linux-gnu"]

[features]
asupersync = ["dep:asupersync"]
default = []

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

[dependencies.asupersync]
version = "0.3.4"
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1.0.150"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0.18"