cu-profiler-cli 0.1.2

Command-line interface for cu-profiler
# 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 = "cu-profiler-cli"
version = "0.1.2"
authors = ["cu-profiler contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for cu-profiler"
readme = "README.md"
keywords = [
    "solana",
    "compute-units",
    "profiler",
    "regression",
    "ci",
]
categories = [
    "development-tools::profiling",
    "development-tools::testing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MerlijnW70/cu-profiler"
resolver = "2"

[features]
anchor = ["cu-profiler-core/anchor"]
default = ["remote"]
remote = ["dep:ureq"]

[[bin]]
name = "cu-profiler"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.cu-profiler-core]
version = "0.1.2"

[dependencies.cu-profiler-report]
version = "0.1.2"

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.ureq]
version = "3"
features = ["json"]
optional = true