# 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.75" name = "iceoryx2" version = "0.4.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "iceoryx2: Lock-Free Zero-Copy Interprocess Communication" homepage = "https://iceoryx.io" readme = "README.md" keywords = [ "zero-copy", "communication", "ipc", "publish-subscribe", "request-response", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/eclipse-iceoryx/iceoryx2" [lib] name = "iceoryx2" path = "src/lib.rs" [[test]] name = "attribute_tests" path = "tests/attribute_tests.rs" [[test]] name = "config_tests" path = "tests/config_tests.rs" [[test]] name = "listener_tests" path = "tests/listener_tests.rs" [[test]] name = "node_death_tests" path = "tests/node_death_tests.rs" [[test]] name = "node_name_tests" path = "tests/node_name_tests.rs" [[test]] name = "node_tests" path = "tests/node_tests.rs" [[test]] name = "notifier_tests" path = "tests/notifier_tests.rs" [[test]] name = "publisher_tests" path = "tests/publisher_tests.rs" [[test]] name = "sample_mut_tests" path = "tests/sample_mut_tests.rs" [[test]] name = "sample_tests" path = "tests/sample_tests.rs" [[test]] name = "service_event_tests" path = "tests/service_event_tests.rs" [[test]] name = "service_publish_subscribe_tests" path = "tests/service_publish_subscribe_tests.rs" [[test]] name = "service_tests" path = "tests/service_tests.rs" [[test]] name = "subscriber_tests" path = "tests/subscriber_tests.rs" [dependencies.cdr] version = "0.2.4" [dependencies.iceoryx2-bb-container] version = "0.4.1" [dependencies.iceoryx2-bb-derive-macros] version = "0.4.1" [dependencies.iceoryx2-bb-elementary] version = "0.4.1" [dependencies.iceoryx2-bb-lock-free] version = "0.4.1" [dependencies.iceoryx2-bb-log] version = "0.4.1" [dependencies.iceoryx2-bb-memory] version = "0.4.1" [dependencies.iceoryx2-bb-posix] version = "0.4.1" [dependencies.iceoryx2-bb-system-types] version = "0.4.1" [dependencies.iceoryx2-cal] version = "0.4.1" [dependencies.iceoryx2-pal-concurrency-sync] version = "0.4.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.sha1_smol] version = "1.0.0" [dependencies.tiny-fn] version = "0.1.6" [dependencies.toml] version = "0.8.13" [dev-dependencies.generic-tests] version = "0.1.2" [dev-dependencies.iceoryx2-bb-testing] version = "0.4.1" [features] logger_log = ["iceoryx2-bb-log/logger_log"] logger_tracing = ["iceoryx2-bb-log/logger_tracing"]