[build-dependencies.rustversion]
version = "1.0.22"
[dependencies.document-features]
optional = true
version = "0.2.11"
[dependencies.exceptional]
default-features = false
version = "0.15.4"
[dependencies.hostname]
optional = true
version = "0.4.0"
[dependencies.libafl_core]
default-features = false
features = ["serde"]
version = "0.15.4"
[dependencies.log]
version = "0.4.28"
[dependencies.miniz_oxide]
optional = true
version = "0.8.0"
[dependencies.nix]
default-features = false
features = ["socket"]
optional = true
version = "0.30.1"
[dependencies.no_std_time]
default-features = false
version = "0.15.4"
[dependencies.postcard]
default-features = false
features = ["alloc"]
optional = true
version = "1.1.3"
[dependencies.serde]
default-features = false
features = ["alloc", "derive"]
version = "1.0.228"
[dependencies.serial_test]
default-features = false
optional = true
version = "3.2.0"
[dependencies.shmem_providers]
default-features = false
version = "0.15.4"
[dependencies.tuple_list]
version = "0.1.3"
[dev-dependencies]
[[example]]
name = "llmp_test"
path = "examples/llmp_test/main.rs"
required-features = ["std"]
[features]
alloc = ["exceptional/alloc", "libafl_core/alloc", "libafl_core/serde", "postcard", "shmem_providers/alloc"]
default = ["std", "alloc", "gzip", "llmp_compression", "llmp_small_maps"]
document-features = ["dep:document-features"]
gzip = ["miniz_oxide", "alloc"]
llmp_bind_public = ["alloc"]
llmp_compression = ["alloc", "gzip"]
llmp_debug = ["alloc", "std"]
llmp_small_maps = ["alloc"]
std = ["alloc", "hostname", "libafl_core/std", "nix", "serial_test", "shmem_providers/std"]
[lib]
name = "ll_mp"
path = "src/lib.rs"
[lints.clippy]
alloc_instead_of_core = "deny"
cargo_common_metadata = "deny"
cast_possible_truncation = "allow"
comparison_chain = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
negative_feature_names = "allow"
ptr_as_ptr = "allow"
similar_names = "allow"
std_instead_of_alloc = "deny"
std_instead_of_core = "deny"
struct_field_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]
incomplete_features = "allow"
unexpected_cfgs = "forbid"
[lints.rust.warnings]
level = "deny"
priority = -1
[lints.rustdoc]
broken_intra_doc_links = "deny"
[package]
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os", "no-std"]
description = "A library for low level message passing"
documentation = "https://docs.rs/libafl"
edition = "2024"
keywords = ["os", "ipc", "no-std"]
license = "MIT OR Apache-2.0"
name = "ll_mp"
readme = "README.md"
repository = "https://github.com/AFLplusplus/LibAFL/"
resolver = "2"
rust-version = "1.87"
version = "0.15.4"
[package.metadata.docs.rs]
all-features = true
features = ["document-features"]