daedalus-data 0.1.1

Type/value model and serialization helpers for Daedalus node ports.
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 = "daedalus-data"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type/value model and serialization helpers for Daedalus node ports."
homepage = "https://github.com/Prometheus-Dynamics/Daedalus"
documentation = "https://docs.rs/daedalus-data"
readme = "README.md"
keywords = [
    "dataflow",
    "serialization",
    "schema",
]
categories = [
    "encoding",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Prometheus-Dynamics/Daedalus"

[features]
async = []
default = ["json"]
gpu = ["daedalus-gpu"]
json = ["base64"]
proto = []
schema = []

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

[[bench]]
name = "resolver"
path = "benches/resolver.rs"

[dependencies.base64]
version = "0.22.1"
optional = true

[dependencies.daedalus-gpu]
version = "0.1.1"
optional = true

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.criterion]
version = "0.8.1"

[dev-dependencies.once_cell]
version = "1.21.3"

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