pyro-spec 0.2.0

Schema and specs for functions and rows in pyroduct
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.90"
name = "pyro-spec"
version = "0.2.0"
authors = ["nbhd ai"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Schema and specs for functions and rows in pyroduct"
homepage = "https://nbhd.ai"
readme = false
keywords = [
    "wasm",
    "machine-learning",
]
license = "AGPL-3.0"
repository = "https://github.com/nbhdai/pyroduct"
resolver = "2"

[features]
arrow = [
    "dep:arrow-schema",
    "dep:tracing",
]

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

[dependencies.arrow-schema]
version = "57.2.0"
optional = true

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

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tracing]
version = "0.1.44"
optional = true