# 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-ffi" version = "0.4.1" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "iceoryx2 ffi bindings" 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_ffi" crate-type = [ "rlib", "cdylib", "staticlib", ] path = "src/lib.rs" [dependencies.iceoryx2] version = "0.4.1" [dependencies.iceoryx2-bb-container] version = "0.4.1" [dependencies.iceoryx2-bb-elementary] version = "0.4.1" [dependencies.iceoryx2-bb-log] version = "0.4.1" [dependencies.iceoryx2-bb-system-types] version = "0.4.1" [dependencies.iceoryx2-cal] version = "0.4.1" [dependencies.iceoryx2-ffi-macros] version = "0.4.1" [dev-dependencies.generic-tests] version = "0.1.2" [dev-dependencies.iceoryx2-bb-testing] version = "0.4.1" [build-dependencies.cbindgen] version = "0.26.0"