pyndakaas 0.2.2

Python bindings for the pindakaas crate
Documentation
[dependencies.itertools]
version = "0.14"

[dependencies.pindakaas]
features = ["kissat"]
version = "0.2.2"

[dependencies.pyo3]
version = "0.26.0"

[lib]
crate-type = ["cdylib"]
name = "pindakaas"
path = "src/lib.rs"

[lints.clippy]
allow_attributes_without_reason = "deny"
clone_on_ref_ptr = "warn"
default_union_representation = "deny"
iter_over_hash_type = "warn"
mixed_read_write_in_expression = "deny"
multiple_crate_versions = "warn"
negative_feature_names = "deny"
rc_buffer = "warn"
rc_mutex = "warn"
redundant_feature_names = "warn"
redundant_type_annotations = "warn"
rest_pat_in_fully_bound_structs = "warn"
semicolon_if_nothing_returned = "warn"
str_to_string = "warn"
string_add = "warn"
string_add_assign = "warn"
string_lit_chars_any = "warn"
string_to_string = "warn"
tests_outside_test_module = "warn"
try_err = "warn"
undocumented_unsafe_blocks = "warn"
unnecessary_safety_comment = "warn"
unnecessary_safety_doc = "warn"
unseparated_literal_suffix = "warn"
wildcard_dependencies = "warn"
wrong_self_convention = "warn"

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
non_ascii_idents = "deny"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unit_bindings = "warn"
unreachable_pub = "warn"
unused_crate_dependencies = "deny"
unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_macro_rules = "warn"
unused_qualifications = "warn"
unused_results = "warn"
variant_size_differences = "warn"

[package]
authors = ["Jip J. Dekker <jip@dekker.one>", "Hendrik 'Henk' Bierlee <henk.bierlee@kuleuven.be>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "mathematics", "science"]
description = "Python bindings for the pindakaas crate"
edition = "2021"
homepage = "https://github.com/pindakaashq/pindakaas"
keywords = ["satisfiability", "encoding", "boolean", "logic", "sat"]
license = "MPL-2.0"
name = "pyndakaas"
readme = "README.md"
repository = "https://github.com/pindakaashq/pindakaas"
version = "0.2.2"