# 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 = "raa_tt" version = "0.5.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Proves sentences of propositional calculus" documentation = "https://docs.rs/raa_tt" readme = "README.md" keywords = [ "propositional", "calculus", ] categories = [ "science", "mathematics", "parser-implementations", ] license = "MIT OR Apache-2.0" [profile.dev.build-override] opt-level = 3 [profile.release.build-override] opt-level = 3 [lib] name = "raa_tt" path = "src/lib.rs" [[bin]] name = "raa_tt" path = "src/bin/raa_tt/main.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = [ "derive", "cargo", ] [dependencies.env_logger] version = "0.11" [dependencies.parol_runtime] version = "1.0" features = ["auto_generation"] [dependencies.petgraph] version = "0.6" [dependencies.thiserror] version = "1.0" [build-dependencies.parol] version = "1.0" [build-dependencies.parol_runtime] version = "1.0" features = ["auto_generation"]