cmr-compressor 0.2.0

Isolated compressor worker for CMR distance and intrinsic-dependence computations.
# 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.88"
name = "cmr-compressor"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Isolated compressor worker for CMR distance and intrinsic-dependence computations."
homepage = "https://github.com/turtle261/competitive-message-router"
documentation = "https://docs.rs/cmr-compressor"
readme = false
keywords = [
    "cmr",
    "compression",
    "ipc",
    "routing",
]
categories = [
    "compression",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/turtle261/competitive-message-router"

[[bin]]
name = "cmr-compressor"
path = "src/main.rs"

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

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

[dependencies.infotheory]
version = "1.0.1"
features = [
    "backend-rosa",
    "backend-zpaq",
]
default-features = false

[dependencies.rayon]
version = "1.11.0"

[dependencies.serde_json]
version = "1.0.145"