eryon-surface 0.0.3

this crate works to materialize the surface of individual actors within the eryon framework using topological data analysis and machine learning techniques
Documentation
[dependencies.anyhow]
default-features = false
optional = true
version = "1"

[dependencies.approx]
optional = true
version = "0.5"

[dependencies.chrono]
default-features = false
optional = true
version = "0.4"

[dependencies.concision]
default-features = false
features = ["neural"]
version = "0.2.0"

[dependencies.eryon-core]
default-features = false
version = "0.0.3"

[dependencies.humantime]
default-features = false
optional = true
version = "2"

[dependencies.ndarray]
default-features = false
version = "0.16"

[dependencies.num-complex]
default-features = false
version = "0.4"

[dependencies.num-traits]
default-features = false
version = "0.2"

[dependencies.paste]
version = "1"

[dependencies.rayon]
default-features = false
optional = true
version = "1"

[dependencies.rshyper]
default-features = false
features = ["macros", "hyper_map"]
version = "0.1.8"

[dependencies.rstmt]
default-features = false
features = ["nrt"]
version = "0.0.5"

[dependencies.rustfft]
features = ["avx", "neon", "wasm_simd"]
version = "6"

[dependencies.scsys]
default-features = false
features = ["derive"]
version = "0.3.0"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1"

[dependencies.serde_derive]
optional = true
version = "1"

[dependencies.serde_json]
default-features = false
optional = true
version = "1"

[dependencies.smart-default]
version = "0.7"

[dependencies.strum]
default-features = false
features = ["derive", "derive"]
version = "0.27"

[dependencies.thiserror]
default-features = false
version = "2"

[dependencies.time]
default-features = false
optional = true
version = "0.3"

[dependencies.tracing]
default-features = false
optional = true
version = "0.1"

[dev-dependencies.humantime]
default-features = false
version = "2"

[dev-dependencies.tracing-subscriber]
features = ["ansi", "env-filter", "fmt", "chrono", "serde"]
version = "0.3"

[[example]]
name = "model"
path = "examples/model.rs"
required-features = ["approx", "rand", "tracing", "anyhow"]

[[example]]
name = "network"
path = "examples/network.rs"
required-features = ["approx", "rand", "tracing", "anyhow"]

[features]
anyhow = ["dep:anyhow", "eryon-core/anyhow", "rshyper/anyhow", "rstmt/anyhow", "scsys/anyhow"]
approx = ["dep:approx", "concision/approx", "ndarray/approx"]
blas = ["concision/blas", "ndarray/blas"]
chrono = ["dep:chrono", "scsys/chrono"]
default = ["std"]
full = ["default", "approx", "rand", "rayon", "serde", "time", "tracing"]
humantime = ["dep:humantime"]
json = ["eryon-core/json", "concision/json", "rshyper/json", "rstmt/json", "scsys/json", "serde", "serde_json", "std"]
rand = ["concision/rand", "num-complex/rand", "eryon-core/rand", "rng", "rshyper/rand", "rstmt/rand", "scsys/rand"]
rayon = ["dep:rayon", "concision/rayon"]
rng = ["concision/rng", "eryon-core/rng", "rshyper/rng", "rstmt/rng", "scsys/rng"]
serde = ["dep:serde", "dep:serde_derive", "concision/serde", "eryon-core/serde", "num-complex/serde", "rshyper/serde", "rstmt/serde", "scsys/serde", "serde?/derive"]
serde_json = ["dep:serde_json"]
std = ["eryon-core/std", "anyhow?/std", "chrono?/std", "concision/std", "ndarray/std", "num-complex/std", "num-traits/std", "rstmt/std", "scsys/std", "serde?/std", "serde_json?/std", "strum/std", "thiserror/std", "tracing?/std"]
time = ["dep:time", "chrono", "humantime", "scsys/time"]
tracing = ["dep:tracing", "concision/tracing", "eryon-core/tracing", "rshyper/tracing", "rstmt/tracing", "scsys/tracing"]
wasi = ["eryon-core/wasi", "concision/wasi", "rstmt/wasi", "scsys/wasi"]
wasm = ["eryon-core/wasm", "concision/wasm", "rshyper/wasm", "rstmt/wasm", "scsys/wasm"]

[lib]
bench = false
crate-type = ["cdylib", "rlib"]
doc = true
doctest = false
name = "eryon_surface"
path = "src/lib.rs"
test = true

[package]
authors = ["FL03 <jo3mccain@icloud.com> (https://github.com/FL03)", "Scattered-Systems <support@scsys.io> (https://github.com/scattered-systems)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science", "mathematics", "virtualization"]
description = "this crate works to materialize the surface of individual actors within the eryon framework using topological data analysis and machine learning techniques"
edition = "2024"
homepage = "https://github.com/scattered-systems/eryon/wiki"
keywords = ["computing", "machine-learning", "mathematics", "scientific", "topology"]
license = "Apache-2.0"
name = "eryon-surface"
readme = "README.md"
repository = "https://github.com/scattered-systems/eryon.git"
rust-version = "1.85.0"
version = "0.0.3"

[package.metadata.docs.rs]
all-features = false
features = ["full"]
rustc-args = ["--cfg", "docsrs"]
version = "v{{version}}"

[package.metadata.release]
no-dev-version = true
tag-name = "{{version}}"

[[test]]
name = "default"
path = "tests/default.rs"
required-features = []

[[test]]
name = "model"
path = "tests/model.rs"
required-features = ["approx"]

[[test]]
name = "network"
path = "tests/network.rs"
required-features = ["approx"]