clingo 0.3.1

Rust idiomatic bindings to the clingo library
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "clingo"
version = "0.3.1"
authors = ["sthiele <sthiele78@gmail.com>"]
description = "Rust idiomatic bindings to the clingo library"
documentation = "https://docs.rs/clingo"
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/sthiele/clingo-rs"

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

[[example]]
name = "version"
path = "src/examples/version.rs"

[[example]]
name = "control"
path = "src/examples/control.rs"

[[example]]
name = "symbolic-atoms"
path = "src/examples/symbolic-atoms.rs"

[[example]]
name = "symbol"
path = "src/examples/symbol.rs"

[[example]]
name = "model"
path = "src/examples/model.rs"

[[example]]
name = "configuration"
path = "src/examples/configuration.rs"

[[example]]
name = "statistics"
path = "src/examples/statistics.rs"

[[example]]
name = "backend"
path = "src/examples/backend.rs"

[[example]]
name = "theory-atoms"
path = "src/examples/theory-atoms.rs"

[[example]]
name = "solve-async"
path = "src/examples/solve-async.rs"

[[example]]
name = "propagator"
path = "src/examples/propagator.rs"

[[example]]
name = "ast"
path = "src/examples/ast.rs"

[[example]]
name = "inject-terms"
path = "src/examples/inject-terms.rs"
[dependencies.bitflags]
version = "1.0.1"

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

[dependencies.failure]
version = "0.1.1"

[dependencies.failure_derive]
version = "0.1.1"

[dependencies.libc]
version = "0.2.20"

[dependencies.rand]
version = "0.3"