clingo 0.6.0

Rust idiomatic bindings to the clingo library
Documentation
[badges.travis-ci]
repository = "potassco/clingo-rs"
[dependencies.bitflags]
version = "1.2"

[dependencies.clingo-derive]
optional = true
version = "0.2.0"

[dependencies.clingo-sys]
version = "0.5.1"

[dependencies.rand]
version = "0.7"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.clingo-derive]
version = "0.2.0"

[dev-dependencies.trybuild]
version = "1.0"

[features]
derive = ["clingo-derive"]
dynamic_linking = ["clingo-sys/dynamic_linking"]

[lib]
name = "clingo"
path = "src/lib.rs"

[package]
authors = ["sthiele <sthiele78@gmail.com>"]
categories = ["api-bindings"]
description = "Rust idiomatic bindings to the clingo library"
documentation = "https://docs.rs/clingo"
edition = "2018"
exclude = ["/.travis.yml"]
license = "MIT"
name = "clingo"
readme = "README.md"
repository = "https://github.com/potassco/clingo-rs"
version = "0.6.0"