# 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 = "mini-prop" version = "0.2.0" authors = ["Emil Hofstetter <@emilHof>"] description = "A lightweight CLI to parse and analyze propositional statements." homepage = "https://github.com/emilHof/mini-prop" documentation = "https://github.com/emilHof/mini-prop" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/emilHof/mini-prop" [[bin]] name = "mprop" path = "src/bin.rs" [dependencies.clap] version = "3.2.22" features = ["derive"] [dependencies.prop_tune] version = "0.2"