-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
33 lines (29 loc) · 871 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "boolean_function"
description = "Mathematical analysis of Boolean functions"
version = "0.1.1"
edition = "2021"
rust-version = "1.56.0"
authors = ["Thomas Prévost"]
license = "MIT OR Apache-2.0"
keywords = ["boolean", "function", "algebra", "cryptography", "s-box"]
categories = ["algorithms", "cryptography", "mathematics"]
repository = "https://github.com/thomasarmel/boolean_function"
exclude = [".github/*", "examples"]
[dependencies]
num-traits = "0.2"
num-integer = "0.1"
num-bigint = "0.4"
thiserror = "2.0"
itertools = "0.13"
fast-boolean-anf-transform = "0.0.3"
gen-combinations = "0.1"
enum_dispatch = "0.3"
ouroboros = "0.18"
hackfn = "0.1"
[dev-dependencies]
rayon = "1.10"
[features]
unsafe_disable_safety_checks = []
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html"] # LaTeX support in documentation