[package]
edition = "2024"
rust-version = "1.95.0"
name = "use-constants"
version = "0.1.0"
authors = ["RustUse Contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Umbrella crate for the RustUse constants workspace"
homepage = "https://rustuse.org"
documentation = "https://docs.rs/use-constants"
readme = false
keywords = [
"constants",
"math",
"physics",
"chemistry",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RustUse/use-constants"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "use_constants"
path = "src/lib.rs"
[dependencies.use-astronomical-constants]
version = "0.1.0"
[dependencies.use-chemical-constants]
version = "0.1.0"
[dependencies.use-computing-constants]
version = "0.1.0"
[dependencies.use-earth-constants]
version = "0.1.0"
[dependencies.use-math-constants]
version = "0.1.0"
[dependencies.use-physical-constants]
version = "0.1.0"
[lints.rust]
unsafe_code = "forbid"