vsomeip-sys 0.6.0

Somewhat low level unsafe wrapper around vsomeip
# 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.85"
name = "vsomeip-sys"
version = "0.6.0"
build = "build.rs"
exclude = [
    "tests/*",
    "tools/*",
    ".devcontainer/*",
    ".vscode/*",
    ".github/*",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Somewhat low level unsafe wrapper around vsomeip"
documentation = "https://github.com/eclipse-uprotocol/up-spec#readme"
readme = "README.md"
keywords = [
    "uProtocol",
    "SDK",
    "vsomeip",
    "SOMEIP",
]
license = "Apache-2.0"
repository = "https://github.com/eclipse-uprotocol/up-transport-vsomeip-rust"

[features]
bundled = ["cmake"]
default = [
    "bundled",
    "ssl",
]
ssl = ["openssl-sys"]
vendored-ssl = [
    "bundled",
    "ssl",
    "openssl-sys/vendored",
]

[lib]
name = "vsomeip_sys"
path = "src/lib.rs"

[[example]]
name = "client_example"
path = "examples/client_example.rs"

[[example]]
name = "publisher_example"
path = "examples/publisher_example.rs"

[[example]]
name = "service_example"
path = "examples/service_example.rs"

[[example]]
name = "subscriber_example"
path = "examples/subscriber_example.rs"

[dependencies.autocxx]
version = "0.30.0"

[dependencies.cxx]
version = "1.0.198"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.21"
features = []

[dependencies.openssl-sys]
version = "0.9"
optional = true

[build-dependencies.autocxx-build]
version = "0.30.0"

[build-dependencies.cmake]
version = "0.1"
optional = true

[build-dependencies.cxx-build]
version = "1.0.198"

[build-dependencies.miette]
version = "5"
features = ["fancy"]