test_help-rs 0.1.2

Test helpers for Rust
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.74"
name = "test_help-rs"
version = "0.1.2"
authors = ["Matt Wilson <matthew@synesis.com.au>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test helpers for Rust"
homepage = "https://github.com/synesissoftware/test_help-rs"
documentation = "https://docs.rs/test_help-rs"
readme = "README.md"
keywords = [
    "approximate",
    "assertions",
    "f64",
    "float",
    "testing",
]
categories = ["development-tools::testing"]
license = "BSD-3-Clause"
repository = "https://github.com/synesissoftware/test_help-rs"

[features]
default = []
nan-equality = []
nightly-constants = []
null-feature = []

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

[[example]]
name = "scalars"
path = "examples/scalars.rs"

[[example]]
name = "vectors"
path = "examples/vectors.rs"

[dependencies.base-traits]
version = "0"
features = ["implement-ToF64-for-built_ins"]
default-features = false

[dev-dependencies]

[build-dependencies.bt-rs]
version = "0.0"
features = []
default-features = false