# 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 = "schlandals" version = "0.1.3" authors = [ "Alexandre Dubray ", "Lucile Dierckx ", ] exclude = ["tests"] description = "A tool for probabilistic inference by projected weighted model counting." readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/aia-uclouvain/schlandals" [dependencies.assert_float_eq] version = ">=1.1.3" [dependencies.chrono] version = ">=0.4.31" [dependencies.clap] version = ">=4.4.7" features = ["derive"] [dependencies.nalgebra] version = ">=0.31.4" [dependencies.peak_alloc] version = ">=0.2.0" [dependencies.rand] version = ">=0.8.5" [dependencies.rayon] version = ">=1.8.0" [dependencies.rug] version = ">=1.18.0" features = [ "float", "integer", ] [dependencies.rustc-hash] version = ">=1.1.0" [dependencies.search_trail] version = ">=0.1.3" [dependencies.sysinfo] version = ">=0.28.1" [dev-dependencies.paste] version = "1.0.12" [dev-dependencies.tempfile] version = "3"