simplicity-sys 0.6.2

FFI bindings to libsimplicity
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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)"]