[package]
edition = "2024"
name = "sciforge"
version = "0.0.2"
build = false
include = [
"src/**/*",
"tests/**/*",
"docs/**/*",
"tableau-periodique/**/*",
"Cargo.toml",
"README.md",
"LICENSE",
"ChangeLog.md",
"ComingSoon.md",
"Contributing.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A comprehensive scientific computing library in pure Rust with zero dependencies"
homepage = "https://sciforge.sciforge-presentation.workers.dev/"
documentation = "https://docs.rs/crate/sciforge/latest"
readme = "README.md"
keywords = [
"science",
"mathematics",
"physics",
"chemistry",
"computing",
]
categories = [
"science",
"mathematics",
]
license-file = "LICENSE"
repository = "https://crates.io/crates/sciforge"
[package.metadata.docs]
changelog = "ChangeLog.md"
coming-soon = "ComingSoon.md"
contributing = "Contributing.md"
presentation = "Presentation.html"
[lib]
name = "sciforge"
path = "src/lib.rs"
[[test]]
name = "astronomy"
path = "tests/astronomy/main.rs"
[[test]]
name = "benchmark"
path = "tests/benchmark.rs"
[[test]]
name = "biology"
path = "tests/biology/main.rs"
[[test]]
name = "chemistry"
path = "tests/chemistry/main.rs"
[[test]]
name = "constants"
path = "tests/constants/main.rs"
[[test]]
name = "geology"
path = "tests/geology/main.rs"
[[test]]
name = "hub"
path = "tests/hub/main.rs"
[[test]]
name = "maths"
path = "tests/maths/main.rs"
[[test]]
name = "meteorology"
path = "tests/meteorology/main.rs"
[[test]]
name = "parser"
path = "tests/parser.rs"
[[test]]
name = "physics"
path = "tests/physics/main.rs"
[[test]]
name = "scientific_properties"
path = "tests/scientific_properties.rs"
[[test]]
name = "scientific_validation"
path = "tests/scientific_validation.rs"