sharpebench 0.0.5

SharpeBench command-line interface.
# 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 = "sharpebench"
version = "0.0.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SharpeBench command-line interface."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/general-liquidity/sharpebench"

[features]
self-update = [
    "dep:ureq",
    "dep:native-tls",
    "dep:sha2",
]

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

[dependencies.native-tls]
version = "0.2"
optional = true

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"
optional = true

[dependencies.sharpebench-attest]
version = "0.0.5"

[dependencies.sharpebench-core]
version = "0.0.5"

[dependencies.sharpebench-harness]
version = "0.0.5"

[dependencies.sharpebench-leaderboard]
version = "0.0.5"

[dependencies.sharpebench-protocol]
version = "0.0.5"

[dependencies.sharpebench-sim]
version = "0.0.5"

[dependencies.ureq]
version = "2"
features = ["native-tls"]
optional = true
default-features = false

[lints.clippy]
dbg_macro = "deny"
todo = "deny"

[lints.clippy.all]
level = "deny"
priority = -1