[package]
edition = "2021"
rust-version = "1.74.0"
name = "simplicity-sys"
version = "0.6.2"
build = "build.rs"
links = "rustsimplicity_0_6"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to libsimplicity"
homepage = "https://github.com/BlockstreamResearch/rust-simplicity/"
documentation = "https://docs.rs/simplicity-sys/"
readme = "README.md"
license = "CC0-1.0"
repository = "https://github.com/BlockstreamResearch/rust-simplicity/"
[features]
test-utils = []
[lib]
name = "simplicity_sys"
path = "src/lib.rs"
[dependencies.hashes]
version = "0.14"
package = "bitcoin_hashes"
[build-dependencies.cc]
version = "1.0.83"
[lints.clippy]
float_cmp = "allow"
manual_range_contains = "allow"
match_bool = "allow"
match_same_arms = "allow"
must_use_candidate = "allow"
needless_question_mark = "allow"
similar_names = "allow"
uninlined_format_args = "allow"
[lints.rust.unexpected_cfgs]
level = "deny"
priority = 0
check-cfg = ["cfg(fuzzing)"]