name = "scryer-prolog"
version = "0.8.123"
-build = "build.rs"
-repository = "https://github.com/mthom/scryer-prolog"
+edition = "2018"
description = "A modern Prolog implementation written mostly in Rust."
+readme = "README.md"
+repository = "https://github.com/mthom/scryer-prolog"
license = "BSD-3-Clause"
-edition = "2018"
+keywords = ["prolog", "prolog-interpreter", "prolog-implementation"]
+categories = ["command-line-utilities"]
+build = "build.rs"
[build-dependencies]
indexmap = "1.0.2"