xybrid 0.2.2

Hybrid cloud-edge AI inference SDK — umbrella crate re-exporting xybrid-sdk.
# 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"
name = "xybrid"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hybrid cloud-edge AI inference SDK — umbrella crate re-exporting xybrid-sdk."
homepage = "https://github.com/xybrid-ai/xybrid"
documentation = "https://docs.rs/xybrid-core"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/xybrid-ai/xybrid"

[package.metadata.docs.rs]
all-features = true

[features]
candle = ["xybrid-sdk/candle"]
candle-cuda = ["xybrid-sdk/candle-cuda"]
candle-hub = ["xybrid-sdk/candle-hub"]
candle-metal = ["xybrid-sdk/candle-metal"]
default = []
dev-tools = ["xybrid-sdk/dev-tools"]
huggingface = ["xybrid-sdk/huggingface"]
llm-llamacpp = ["xybrid-sdk/llm-llamacpp"]
llm-llamacpp-vision = [
    "llm-llamacpp",
    "xybrid-sdk/llm-llamacpp-vision",
]
llm-mistral = ["xybrid-sdk/llm-mistral"]
llm-mistral-cuda = ["xybrid-sdk/llm-mistral-cuda"]
llm-mistral-metal = ["xybrid-sdk/llm-mistral-metal"]
onnx-inspect = ["xybrid-sdk/onnx-inspect"]
ort-coreml = ["xybrid-sdk/ort-coreml"]
ort-download = ["xybrid-sdk/ort-download"]
ort-dynamic = ["xybrid-sdk/ort-dynamic"]
platform-android = ["xybrid-sdk/platform-android"]
platform-desktop = ["xybrid-sdk/platform-desktop"]
platform-ios = ["xybrid-sdk/platform-ios"]
platform-macos = ["xybrid-sdk/platform-macos"]

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

[dependencies.xybrid-sdk]
version = "0.2.2"
default-features = false