dirt_test_utils 0.1.4

Shared test utilities for DIRT crates
# 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"
name = "dirt_test_utils"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared test utilities for DIRT crates"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/SueHeir/dirt"

[features]
precision-double = ["soil_core/precision-double"]
precision-mixed = ["soil_core/precision-mixed"]
precision-single = ["soil_core/precision-single"]

[lib]
name = "dirt_test_utils"
path = "src/lib.rs"

[dependencies.dirt_atom]
version = "0.1.4"

[dependencies.grass_app]
version = "0.1.1"

[dependencies.grass_scheduler]
version = "0.1.1"

[dependencies.soil_core]
version = "0.1.4"
default-features = false