# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "propositional-tableau-solver-rs" version = "0.1.0" authors = ["许杰友 Jieyou Xu (Joe) "] description = "Propositional tableau solver for propositional formulas" license = "MIT" [lib] name = "libprop_sat_solver" path = "src/lib.rs" [[bin]] name = "prop-sat-solver" path = "src/main.rs" [dependencies.colored] version = "1.9.3" [dependencies.log] version = "0.4.8" [dependencies.nom] version = "5.1.1" [dependencies.nom_locate] version = "2.0.0" [dependencies.paw] version = "1.0.0" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.structopt] version = "0.3.14" features = ["color", "suggestions", "wrap_help", "paw"] [dev-dependencies.assert2] version = "0.2.0"