tidepool-optimize 0.1.0

Optimization passes for Tidepool Core
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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