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