[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"