onde-cli 0.1.0

Terminal UI for signing up, signing in, and managing your Onde Inference account.
# 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 = "2024"
name = "onde-cli"
version = "0.1.0"
authors = ["Seto Elkahfi <hej@setoelkahfi.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal UI for signing up, signing in, and managing your Onde Inference account."
homepage = "https://ondeinference.com"
documentation = "https://docs.rs/onde-cli"
readme = "README.md"
keywords = [
    "onde",
    "cli",
    "tui",
    "auth",
    "inference",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ondeinference/onde-cli"

[[bin]]
name = "onde"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dependencies.dirs]
version = "5"

[dependencies.futures]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.ratatui]
version = "0.29"

[dependencies.smbcloud-auth-sdk]
version = "0.3"

[dependencies.smbcloud-model]
version = "0.3"

[dependencies.smbcloud-network]
version = "0.3"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]