# 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 = "2018" name = "logru" version = "0.2.0" authors = ["Fabian Thorand "] include = ["README.md", "testfiles/*", "**/*.rs", "Cargo.toml"] description = "A small, embeddable and fast interpreter for a subset of Prolog." keywords = ["prolog", "logic-programming", "first-order-logic"] categories = ["compilers", "algorithms", "mathematics"] license = "MIT OR Apache-2.0" repository = "https://github.com/fatho/logru/" [profile.bench] debug = true [profile.release] debug = true [[bench]] name = "criterion" harness = false [dependencies.logos] version = "0.12.0" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.ctrlc] version = "3.2.1" [dev-dependencies.dirs] version = "4.0" [dev-dependencies.rustyline] version = "9.0.0" [dev-dependencies.tracing] version = "0.1.29" [dev-dependencies.tracing-subscriber] version = "0.2.25"