launchbound-cli 1.2.0

launchbound: a convergence-safe autotuner for Rust GPU kernels
# 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.88"
name = "launchbound-cli"
version = "1.2.0"
authors = ["Vyncint Ng <vyncint@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "launchbound: a convergence-safe autotuner for Rust GPU kernels"
readme = "README.md"
keywords = [
    "cuda",
    "gpu",
    "autotuner",
    "convergence",
    "kernel",
]
categories = [
    "development-tools",
    "development-tools::profiling",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vyncint/launchbound"

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.launchbound-bench]
version = "1.2.0"

[dependencies.launchbound-build]
version = "1.2.0"

[dependencies.launchbound-metal]
version = "1.2.0"

[dependencies.launchbound-model]
version = "1.2.0"

[dependencies.launchbound-prune]
version = "1.2.0"

[dependencies.launchbound-report]
version = "1.2.0"

[dependencies.launchbound-search]
version = "1.2.0"

[dependencies.launchbound-space]
version = "1.2.0"

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"