# 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" rust-version = "1.56.0" name = "boolean_function" version = "0.1.1" authors = ["Thomas Prévost"] build = false exclude = [ ".github/*", "examples", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Mathematical analysis of Boolean functions" readme = "README.md" keywords = [ "boolean", "function", "algebra", "cryptography", "s-box", ] categories = [ "algorithms", "cryptography", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/thomasarmel/boolean_function" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [lib] name = "boolean_function" path = "src/lib.rs" [dependencies.enum_dispatch] version = "0.3" [dependencies.fast-boolean-anf-transform] version = "0.0.3" [dependencies.gen-combinations] version = "0.1" [dependencies.hackfn] version = "0.1" [dependencies.itertools] version = "0.13" [dependencies.num-bigint] version = "0.4" [dependencies.num-integer] version = "0.1" [dependencies.num-traits] version = "0.2" [dependencies.ouroboros] version = "0.18" [dependencies.thiserror] version = "2.0" [dev-dependencies.rayon] version = "1.10" [features] unsafe_disable_safety_checks = []