# 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 = "biodivine-lib-bdd" version = "0.5.22" authors = ["Samuel Pastva "] build = false exclude = [ "res/test_expressions/*", "res/test_results/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple thread-safe implementation of basic binary decision diagrams." homepage = "https://github.com/sybila/biodivine-lib-bdd" readme = "README.md" keywords = [ "bdd", "boolean-expression", "symbolic", ] categories = [ "data-structures", "mathematics", "science", ] license = "MIT" repository = "https://github.com/sybila/biodivine-lib-bdd" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./res/docs-head.html", ] [lib] name = "biodivine_lib_bdd" path = "src/lib.rs" [[example]] name = "bench_restrict" path = "examples/bench_restrict.rs" [dependencies.fxhash] version = "0.2.1" [dependencies.num-bigint] version = "0.4.6" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] default = [] serde = ["dep:serde"] [badges.codecov] repository = "sybila/biodivine-lib-bdd" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "sybila/biodivine-lib-bdd"