epsilon-engine 0.1.0

CSSR ε-machine: statistical complexity S_T and entropy rate H_T from data streams.
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 = "epsilon-engine"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CSSR ε-machine: statistical complexity S_T and entropy rate H_T from data streams."
homepage = "https://mcp.aevum.network"
documentation = "https://docs.rs/epsilon-engine"
readme = "README.md"
keywords = [
    "cssr",
    "epsilon-machine",
    "complexity",
    "entropy",
    "ai",
]
categories = [
    "science",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/kwailapt/aevum"

[features]
genesis_node = []

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

[dependencies.pacr-types]
version = "0.1"

[dev-dependencies.approx]
version = "0.5"

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

[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
doc_markdown = "allow"
similar_names = "allow"