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