symcc_runtime 0.14.1

Build Concolic Tracing tools based on SymCC in Rust
[build-dependencies.bindgen]
version = "0.70.1"

[build-dependencies.cmake]
version = "0.1.51"

[build-dependencies.regex]
version = "1.10.6"

[build-dependencies.symcc_libafl]
default-features = true
version = "0.14.1"

[build-dependencies.which]
version = "6.0.3"

[dependencies.ctor]
version = "0.2.9"

[dependencies.libafl]
default-features = false
features = ["std", "serdeany_autoreg"]
version = "0.14.1"

[dependencies.libafl_bolts]
default-features = false
features = ["std", "serdeany_autoreg"]
version = "0.14.1"

[dependencies.libc]
version = "0.2.159"

[dependencies.unchecked_unwrap]
version = "4.0.0"

[features]
no-cpp-runtime = []

[lib]
name = "symcc_runtime"
path = "src/lib.rs"

[lints.clippy]
cargo_common_metadata = "deny"
cast_possible_truncation = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
negative_feature_names = "warn"
ptr_as_ptr = "allow"
similar_names = "allow"
too_many_lines = "allow"
type_repetition_in_bounds = "allow"
unreadable_literal = "allow"
unsafe_derive_deserialize = "allow"
used_underscore_binding = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
ambiguous_glob_reexports = "allow"
incomplete_features = "allow"
unexpected_cfgs = "forbid"

[lints.rustdoc]
broken_intra_doc_links = "deny"

[package]
authors = ["Julius Hohnerlein <julihoh@users.noreply.github.com>", "Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["development-tools::testing", "emulators", "embedded", "os", "no-std"]
description = "Build Concolic Tracing tools based on SymCC in Rust"
documentation = "https://docs.rs/symcc_runtime"
edition = "2021"
keywords = ["fuzzing", "testing", "security"]
license = "MIT OR Apache-2.0"
name = "symcc_runtime"
readme = "README.md"
repository = "https://github.com/AFLplusplus/LibAFL/"
version = "0.14.1"

[package.metadata.docs.rs]
all-features = true