relmath-rs 0.3.0

Relation-first mathematics and scientific computing in Rust.
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"
rust-version = "1.85"
name = "relmath-rs"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Relation-first mathematics and scientific computing in Rust."
homepage = "https://github.com/osukono/relmath-rs"
documentation = "https://docs.rs/relmath-rs"
readme = "README.md"
keywords = [
    "relations",
    "mathematics",
    "graph",
    "science",
    "algebra",
]
categories = [
    "mathematics",
    "science",
    "data-structures",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/osukono/relmath-rs"

[package.metadata.docs.rs]
all-features = true

[features]
default = []

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

[[example]]
name = "access_control"
path = "examples/access_control.rs"

[[example]]
name = "curriculum"
path = "examples/curriculum.rs"

[[example]]
name = "family"
path = "examples/family.rs"

[[example]]
name = "provenance"
path = "examples/provenance.rs"

[[example]]
name = "workflow"
path = "examples/workflow.rs"

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

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

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

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

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

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

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

[lints.rust]
missing_docs = "deny"
unreachable_pub = "warn"
unsafe_code = "forbid"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1