splr 0.1.4

A pure rustic CDCL SAT solver based on Glucose
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]
edition = "2018"
name = "splr"
version = "0.1.4"
authors = ["Shuji Narazaki <shujinarazaki@protonmail.com>"]
description = "A pure rustic CDCL SAT solver based on Glucose"
homepage = "https://github.com/shnarazk/splr"
readme = "README.md"
keywords = ["SAT", "SAT-solver", "logic"]
categories = ["science"]
license = "MPL-2.0"
repository = "https://github.com/shnarazk/splr"
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
[dependencies.bitflags]
version = "1.1"

[dependencies.copyless]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.structopt]
version = "0.3"