# 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-pbn-control" version = "0.3.1" authors = ["Samuel Pastva , Eva Smijakova "] exclude = [ "auxiliary_scripts/*", "models/*", "results/*", ] description = "A library for controlling parametrized Boolean networks." readme = "README.md" license = "MIT" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./res/docs-head.html", ] [dependencies.biodivine-lib-bdd] version = ">=0.5.7" [dependencies.biodivine-lib-param-bn] version = ">=0.5.1, <1.0.0" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.11" [dependencies.itertools] version = "0.12.0" [dependencies.rayon] version = "1.8.0" [dependencies.rstest] version = "0.18.2" [dependencies.serde_json] version = "1.0.108" [dev-dependencies] [features] print_progress = []