[package]
edition = "2021"
rust-version = "1.83"
name = "dag-ml-core"
version = "0.3.2"
authors = ["G. Beurier <beurier@cirad.fr>"]
build = false
exclude = ["Cargo.toml.methods-local"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core graph, phase, OOF and deterministic control contracts for dag-ml."
homepage = "https://github.com/GBeurier/dag-ml"
readme = "README.md"
license = "CECILL-2.1 OR AGPL-3.0-or-later"
repository = "https://github.com/GBeurier/dag-ml"
[features]
default = []
methods-optimizer = ["dep:n4m"]
[lib]
name = "dag_ml_core"
path = "src/lib.rs"
[[test]]
name = "conformal_w0_golden"
path = "tests/conformal_w0_golden.rs"
[[test]]
name = "training_runtime_operation"
path = "tests/training_runtime_operation.rs"
[dependencies.indexmap]
version = "=2.13.1"
[dependencies.n4m]
version = "0.1.1"
features = ["dynamic"]
optional = true
default-features = false
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_ignored]
version = "0.1"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "2.0"
[dependencies.tracing]
version = "0.1"
[dependencies.unicode-normalization]
version = "=0.1.25"
[dependencies.yaml_serde]
version = "0.10.4"
[dev-dependencies.nirs4all_archive_core]
version = "0.3.15"
package = "nirs4all"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
'cfg(feature, values("methods-optimizer", "methods-optimizer-local"))',
"cfg(dag_ml_workspace_contract_fixtures)",
]