flodl-cli 0.5.0

libtorch manager and GPU diagnostic tool for Rust deep learning
Documentation
# 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"
rust-version = "1.85"
name = "flodl-cli"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "libtorch manager and GPU diagnostic tool for Rust deep learning"
homepage = "https://flodl.dev"
readme = "README.md"
keywords = [
    "libtorch",
    "pytorch",
    "cuda",
    "deep-learning",
    "gpu",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/fab2s/floDl"
resolver = "2"

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

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

[dependencies.flodl-cli-macros]
version = "=0.5.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"