[package]
edition = "2021"
rust-version = "1.83"
name = "tidepool-optimize"
version = "0.1.0"
authors = ["Inanna Malick <inanna@recursion.wtf>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Optimization passes for Tidepool Core"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tidepool-heavy-industries/tidepool"
[lib]
name = "tidepool_optimize"
path = "src/lib.rs"
[[test]]
name = "optimizer_pipeline"
path = "tests/optimizer_pipeline.rs"
[[test]]
name = "proptest_optimize"
path = "tests/proptest_optimize.rs"
[[test]]
name = "proptest_optimizer"
path = "tests/proptest_optimizer.rs"
[[test]]
name = "proptest_partial_eval"
path = "tests/proptest_partial_eval.rs"
[dependencies.tidepool-eval]
version = "0.1.0"
[dependencies.tidepool-repr]
version = "0.1.0"
[dev-dependencies.proptest]
version = "1"
[dev-dependencies.serial_test]
version = "3.4.0"