closure-core 1.0.0

CLOSURE: complete listing of original samples of underlying raw evidence
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 = "closure-core"
version = "1.0.0"
authors = ["Lukas Jung jung-lukas@gmx.net"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLOSURE: complete listing of original samples of underlying raw evidence"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/lhdjung/closure-core"

[features]
default = []
test-harness = [
    "dep:csv",
    "dep:indicatif",
]

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

[[bin]]
name = "test-harness"
path = "src/bin/test-harness.rs"
required-features = ["test-harness"]

[dependencies.csv]
version = "1.3"
optional = true

[dependencies.indicatif]
version = "0.17"
optional = true

[dependencies.num]
version = "0.4.3"

[dependencies.rayon]
version = "1.8"