# 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 = "truthful" version = "0.1.1" authors = ["Victor Lopez "] description = "A logical expression parser, optimizer and evaluator." readme = "README.md" keywords = [ "cli", "math", "parser", ] categories = [ "command-line-interface", "mathematics", "parser-implementations", "science", ] license = "MIT/Apache-2.0" repository = "https://github.com/codx-dev/truthful" [dependencies.cli-table] version = "0.4" [dependencies.dirs] version = "4.0" [dependencies.permutator] version = "0.4" [dependencies.pest] version = "2.5" [dependencies.pest_derive] version = "2.5" [dependencies.rustyline] version = "10.0" [dependencies.serde] version = "1.0" [dependencies.toml-base-config] version = "0.1"