[package]
edition = "2021"
rust-version = "1.83"
name = "dag-ml"
version = "0.2.0"
authors = ["G. Beurier <beurier@cirad.fr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust facade for the DAG-ML control engine."
homepage = "https://github.com/GBeurier/dag-ml"
readme = false
license = "CECILL-2.1 OR AGPL-3.0-or-later"
repository = "https://github.com/GBeurier/dag-ml"
[lib]
name = "dag_ml"
path = "src/lib.rs"
[dependencies.dag-ml-core]
version = "0.2.0"