# 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-cli" version = "0.4.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tools for iceoryx2" 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" [package.metadata] default-run = "iox2" [lib] name = "iceoryx2_cli" path = "lib/src/lib.rs" [[bin]] name = "iox2" path = "iox2/src/main.rs" [[bin]] name = "iox2-node" path = "iox2-node/src/main.rs" [[bin]] name = "iox2-service" path = "iox2-service/src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.better-panic] version = "0.3.0" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colored] version = "2.1" [dependencies.human-panic] version = "1.2.3" [dependencies.iceoryx2] version = "0.4.1" [dependencies.iceoryx2-bb-log] version = "0.4.1" [dependencies.iceoryx2-pal-posix] version = "0.4.1" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9.34" [dev-dependencies.iceoryx2-bb-testing] version = "0.4.1" [dev-dependencies.tempfile] version = "3.12.0"