Files
brenden 682afacd30 Add native self-hosted instance connection to fluxer_desktop
Trimmed monorepo checkout (fluxer_desktop + packages/voice_engine_v2 +
tools/ci) with a "Connect to a Different Server" menu item and popout
that lets the desktop app switch to any self-hosted Fluxer instance,
plus fixes for well-known discovery on single-domain self-hosted
deployments and a false-positive ERR_ABORTED on same-origin client
redirects during the switch. Defaults to chat.fluxr.chat and uses an
isolated userData directory from the official build.
2026-07-01 18:22:43 -04:00

149 lines
2.5 KiB
TOML

# 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 = "tract-linalg"
version = "0.19.16"
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
autobenches = false
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
readme = "README.md"
keywords = [
"TensorFlow",
"NeuralNetworks",
]
categories = ["science"]
license = "MIT/Apache-2.0"
repository = "https://github.com/snipsco/tract"
resolver = "1"
[[bench]]
name = "arm64"
bench = false
harness = false
[[bench]]
name = "mat_vec"
harness = false
[[bench]]
name = "mm_for_wavenet_hw"
harness = false
[[bench]]
name = "conv_for_wavenet_hw"
harness = false
[[bench]]
name = "mm_for_inception"
harness = false
[[bench]]
name = "mm_for_asr_am"
harness = false
[[bench]]
name = "sigmoid"
harness = false
[[bench]]
name = "arm64simd"
bench = false
harness = false
[[bench]]
name = "arm32neon"
bench = false
harness = false
[[bench]]
name = "packing"
bench = false
harness = false
[[bench]]
name = "virtual_im2col"
harness = false
[[bench]]
name = "x86_64"
bench = false
harness = false
[dependencies.derive-new]
version = "0.5.9"
[dependencies.downcast-rs]
version = "1.2.0"
[dependencies.dyn-clone]
version = "1.0.4"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.log]
version = "0.4.14"
[dependencies.num-traits]
version = "0.2.14"
[dependencies.paste]
version = "1.0.5"
[dependencies.scan_fmt]
version = "0.2.6"
[dependencies.tract-data]
version = "=0.19.16"
[dev-dependencies.criterion]
version = "0.4"
[dev-dependencies.nu-ansi-term]
version = "0.46"
[dev-dependencies.proptest]
version = "1.0.0"
[build-dependencies.cc]
version = "1.0.69"
[build-dependencies.half]
version = "2"
features = [
"std",
"num-traits",
]
[build-dependencies.liquid]
version = "0.26"
[build-dependencies.liquid-core]
version = "0.26"
[build-dependencies.smallvec]
version = "1.6.1"
[build-dependencies.unicode-normalization]
version = "0.1.19"
[build-dependencies.walkdir]
version = "2.3.2"
[features]
default = []
no_fp16 = []
[badges.maintenance]
status = "actively-developed"