tensorlogic-sklears-kernels 0.1.0-beta.1

Logic-derived similarity kernels for SkleaRS integration
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"
name = "tensorlogic-sklears-kernels"
version = "0.1.0-beta.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Logic-derived similarity kernels for SkleaRS integration"
homepage = "https://github.com/cool-japan/tensorlogic"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/cool-japan/tensorlogic"

[features]
default = []
sklears = [
    "sklears-core",
    "sklears-kernel-approximation",
]

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

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

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

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

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

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

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

[[example]]
name = "sklears_integration_demo"
path = "examples/sklears_integration_demo.rs"
required-features = ["sklears"]

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.rayon]
version = "1.11"

[dependencies.scirs2-core]
version = "0.1.3"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1"

[dependencies.sklears-core]
version = "0.1.0-beta.1"
optional = true

[dependencies.sklears-kernel-approximation]
version = "0.1.0-beta.1"
optional = true

[dependencies.tensorlogic-compiler]
version = "0.1.0-beta.1"

[dependencies.tensorlogic-infer]
version = "0.1.0-beta.1"

[dependencies.tensorlogic-ir]
version = "0.1.0-beta.1"

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