relmath-rs 0.7.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.7.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 = "annotated"
path = "examples/annotated.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

[[test]]
name = "carrier"
path = "tests/carrier.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 = "relation_view"
path = "tests/relation_view.rs"

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

[[test]]
name = "valid_time_relations"
path = "tests/valid_time_relations.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