universal_constants 0.0.1

Physical and mathematical constants that are generally considered to be universally constant.
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 = "2024"
name = "universal_constants"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Physical and mathematical constants that are generally considered to be universally constant."
homepage = "https://gitlab.com/abmolnar/universal_constants"
readme = "README.md"
license = "MIT"

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

[[test]]
name = "conversions_distance_tests"
path = "tests/conversions_distance_tests.rs"

[[test]]
name = "conversions_time_tests"
path = "tests/conversions_time_tests.rs"

[[test]]
name = "math_tests"
path = "tests/math_tests.rs"

[[test]]
name = "planets_earth_tests"
path = "tests/planets_earth_tests.rs"

[dev-dependencies.approx]
version = "0.5.1"