odis 2026.4.0

Formal Concept Analysis algorithms and data structures
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 = "2021"
name = "odis"
version = "2026.4.0"
authors = [
    "Dominik Dürrschnabel",
    "Armin Strupp",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Formal Concept Analysis algorithms and data structures"
homepage = "https://odis.github.io"
documentation = "https://docs.rs/odis"
readme = "README.md"
keywords = [
    "fca",
    "lattice",
    "formal-concept",
    "algorithms",
]
categories = [
    "algorithms",
    "data-structures",
    "science",
]
license = "AGPL-3.0-only"
repository = "https://github.com/odis-rs/odis"

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

[[bench]]
name = "concept_enumeration"
path = "benches/concept_enumeration.rs"
harness = false

[[bench]]
name = "drawing_algorithms"
path = "benches/drawing_algorithms.rs"
harness = false

[[bench]]
name = "iceberg"
path = "benches/iceberg.rs"
harness = false

[[bench]]
name = "implication_basis"
path = "benches/implication_basis.rs"
harness = false

[dependencies.bit-set]
version = "0.8.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rust-sugiyama]
version = "0.3.0"

[dependencies.splr]
version = "0.17.2"
features = ["platform_wasm"]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.itertools]
version = "0.13.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2.16"
features = ["js"]

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "Window",
    "Performance",
]