sciforge 0.0.2

A comprehensive scientific computing library in pure Rust with zero dependencies
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 = "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"