ipfrs-tensorlogic 0.2.0

Zero-copy tensor operations and logic programming for content-addressed storage
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 = "2021"
rust-version = "1.90"
name = "ipfrs-tensorlogic"
version = "0.2.0"
authors = ["TensorLogic Architect"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-copy tensor operations and logic programming for content-addressed storage"
homepage = "https://github.com/cool-japan/ipfrs"
documentation = "https://docs.rs/ipfrs-tensorlogic"
readme = "README.md"
keywords = [
    "tensor",
    "arrow",
    "safetensors",
    "logic",
    "zero-copy",
]
categories = [
    "science",
    "algorithms",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/ipfrs"

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

[[example]]
name = "advanced_distributed_reasoning"
path = "examples/advanced_distributed_reasoning.rs"

[[example]]
name = "allocation_optimization"
path = "examples/allocation_optimization.rs"

[[example]]
name = "basic_reasoning"
path = "examples/basic_reasoning.rs"

[[example]]
name = "device_aware_training"
path = "examples/device_aware_training.rs"

[[example]]
name = "distributed_graph_execution"
path = "examples/distributed_graph_execution.rs"

[[example]]
name = "distributed_reasoning"
path = "examples/distributed_reasoning.rs"

[[example]]
name = "federated_learning"
path = "examples/federated_learning.rs"

[[example]]
name = "ffi_profiling"
path = "examples/ffi_profiling.rs"

[[example]]
name = "memory_profiling"
path = "examples/memory_profiling.rs"

[[example]]
name = "model_quantization"
path = "examples/model_quantization.rs"

[[example]]
name = "model_versioning"
path = "examples/model_versioning.rs"

[[example]]
name = "proof_explanation_demo"
path = "examples/proof_explanation_demo.rs"

[[example]]
name = "proof_storage"
path = "examples/proof_storage.rs"

[[example]]
name = "pytorch_checkpoint_demo"
path = "examples/pytorch_checkpoint_demo.rs"

[[example]]
name = "query_optimization"
path = "examples/query_optimization.rs"

[[example]]
name = "tensor_storage"
path = "examples/tensor_storage.rs"

[[example]]
name = "visualization_demo"
path = "examples/visualization_demo.rs"

[[test]]
name = "distributed_reasoning_integration"
path = "tests/distributed_reasoning_integration.rs"

[[test]]
name = "performance_integration"
path = "tests/performance_integration.rs"

[[test]]
name = "zero_copy_integration"
path = "tests/zero_copy_integration.rs"

[[bench]]
name = "tensor_bench"
path = "benches/tensor_bench.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

[dependencies.arrow]
version = "59"
features = ["ipc"]

[dependencies.arrow-array]
version = "59"

[dependencies.arrow-buffer]
version = "59"

[dependencies.arrow-schema]
version = "59"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytemuck]
version = "1.25"

[dependencies.bytes]
version = "1.11"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.cid]
version = "0.11"
features = ["serde-codec"]

[dependencies.futures]
version = "0.3"

[dependencies.getrandom]
version = "0.4"
features = []

[dependencies.ipfrs-core]
version = "0.2.0"

[dependencies.ipfrs-storage]
version = "0.2.0"

[dependencies.lru]
version = "0.18"

[dependencies.memmap2]
version = "0.9"

[dependencies.multihash]
version = "0.19"

[dependencies.num_cpus]
version = "1.17"

[dependencies.once_cell]
version = "1.21"

[dependencies.oxicode]
version = "0.2.4"
features = [
    "derive",
    "serde",
]

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.10"

[dependencies.rayon]
version = "1.12"

[dependencies.safetensors]
version = "0.8"

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

[dependencies.serde-pickle]
version = "1.2"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.52"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.23"
features = [
    "v4",
    "serde",
]

[dev-dependencies.criterion]
version = "0.8"
features = ["async_tokio"]

[dev-dependencies.tempfile]
version = "3.27"