[package]
name = "simplicity-sys"
version = "0.7.0"
license = "CC0-1.0"
homepage = "https://github.com/BlockstreamResearch/rust-simplicity/"
repository = "https://github.com/BlockstreamResearch/rust-simplicity/"
documentation = "https://docs.rs/simplicity-sys/"
description = "FFI bindings to libsimplicity"
edition = "2021"
rust-version = "1.74.0"
build = "build.rs"
links = "rustsimplicity_0_7"
[build-dependencies]
cc = "1.0.83"
[dependencies]
hashes = { package = "bitcoin_hashes", version = "0.14" }
[features]
test-utils = []
[lints.rust]
unexpected_cfgs = { level = "deny", check-cfg = ['cfg(fuzzing)'] }
[lints.clippy]
needless_question_mark = "allow"
manual_range_contains = "allow"
uninlined_format_args = "allow"
float_cmp = "allow"
match_bool = "allow"
match_same_arms = "allow"
must_use_candidate = "allow"
similar_names = "allow"