[[bin]]
name = "gpui_perf"
path = "src/main.rs"
[dependencies.collections]
package = "gpui_collections"
version = "0.2.2"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.221"
[dependencies.serde_json]
features = ["preserve_order", "raw_value"]
version = "1.0.144"
[lib]
name = "gpui_perf"
path = "src/lib.rs"
[lints.clippy]
all = "warn"
allow_attributes = "deny"
allow_attributes_without_reason = "deny"
as_underscore = "deny"
let_underscore_must_use = "forbid"
missing_docs_in_private_items = "warn"
missing_safety_doc = "forbid"
needless_continue = "allow"
pedantic = "warn"
style = "warn"
undocumented_unsafe_blocks = "forbid"
[lints.clippy.disallowed_methods]
level = "allow"
priority = 1
[lints.rust]
missing_docs = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A tool for measuring Zed test performance, with too many Clippy lints"
edition = "2024"
license = "Apache-2.0"
name = "gpui_perf"
publish = true
readme = false
resolver = "2"
version = "0.2.2"