[dependencies.iceoryx2-bb-concurrency]
version = "0.8.1"
[dependencies.iceoryx2-bb-container]
version = "0.8.1"
[dependencies.iceoryx2-bb-posix]
version = "0.8.1"
[dependencies.iceoryx2-bb-system-types]
version = "0.8.1"
[dependencies.iceoryx2-log]
version = "0.8.1"
[dependencies.iceoryx2-pal-os-api]
version = "0.8.1"
[dependencies.iceoryx2-pal-posix]
version = "0.8.1"
[dev-dependencies.iceoryx2-bb-testing]
version = "0.8.1"
[dev-dependencies.iceoryx2-loggers]
default-features = false
version = "0.8.1"
[dev-dependencies.iceoryx2-pal-testing]
version = "0.8.1"
[features]
libc_platform = ["iceoryx2-bb-posix/libc_platform", "iceoryx2-pal-posix/libc_platform", "iceoryx2-pal-os-api/libc_platform"]
[lib]
name = "iceoryx2_bb_linux"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "iceoryx2: [internal] high level safe abstractions for low level unsafe linux constructs"
edition = "2021"
homepage = "https://iceoryx.io"
keywords = ["zero-copy", "communication", "ipc", "publish-subscribe", "request-response"]
license = "MIT OR Apache-2.0"
name = "iceoryx2-bb-linux"
readme = false
repository = "https://github.com/eclipse-iceoryx/iceoryx2"
rust-version = "1.83"
version = "0.8.1"
[[test]]
name = "epoll_tests"
path = "tests/epoll_tests.rs"
[[test]]
name = "signal_fd_tests"
path = "tests/signal_fd_tests.rs"