[package]
edition = "2024"
name = "steer-workspace"
version = "0.11.1"
authors = ["Brendan Graham <brendanigraham@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Workspace trait and implementation for Steer"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/BrendanGraham14/steer"
[features]
default = []
schema = ["dep:schemars"]
[lib]
name = "steer_workspace"
path = "src/lib.rs"
[dependencies.ast-grep-core]
version = "0.38.5"
[dependencies.ast-grep-language]
version = "0.38.5"
[dependencies.async-trait]
version = "0.1.88"
[dependencies.chrono]
version = "0.4.41"
[dependencies.fuzzy-matcher]
version = "0.3.7"
[dependencies.gethostname]
version = "0.5"
[dependencies.gix]
version = "0.73"
features = [
"status",
"excludes",
"revision",
"interrupt",
"worktree-mutation",
]
default-features = false
[dependencies.gix-worktree-state]
version = "0.20.0"
[dependencies.glob]
version = "0.3"
[dependencies.grep-regex]
version = "0.1.13"
[dependencies.grep-searcher]
version = "0.1.14"
[dependencies.ignore]
version = "0.4.23"
[dependencies.jj-lib]
version = "0.35.0"
[dependencies.once_cell]
version = "1.0"
[dependencies.prost]
version = "0.13"
[dependencies.prost-types]
version = "0.13"
[dependencies.regex]
version = "1.0"
[dependencies.schemars]
version = "1.0"
optional = true
[dependencies.serde]
version = "1.0.219"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.140"
[dependencies.sqlx]
version = "0.8.6"
features = [
"sqlite",
"runtime-tokio-rustls",
]
[dependencies.steer-proto]
version = "0.11.1"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
version = "1.46.1"
features = [
"fs",
"io-util",
"rt",
"sync",
]
[dependencies.tokio-util]
version = "0.7.15"
[dependencies.tonic]
version = "0.12"
features = ["transport"]
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
version = "1.17.0"
features = [
"serde",
"v4",
"v5",
]
[dev-dependencies.tempfile]
version = "3.20.0"
[dev-dependencies.tokio]
version = "1.46.1"
features = ["full"]
[lints.clippy]
allow_attributes = "deny"
case_sensitive_file_extension_comparisons = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
dbg_macro = "deny"
default_trait_access = "allow"
doc_markdown = "allow"
expect_used = "deny"
fn_params_excessive_bools = "allow"
format_push_string = "allow"
items_after_statements = "allow"
manual_let_else = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_pass_by_value = "allow"
no_effect_underscore_binding = "allow"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
redundant_closure_for_method_calls = "allow"
ref_option = "allow"
ref_option_ref = "allow"
result_large_err = "allow"
return_self_not_must_use = "allow"
similar_names = "allow"
struct_excessive_bools = "allow"
todo = "deny"
too_many_lines = "allow"
trivially_copy_pass_by_ref = "allow"
unimplemented = "deny"
uninlined_format_args = "allow"
unnecessary_wraps = "allow"
unused_async = "allow"
unwrap_used = "deny"
used_underscore_binding = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "deny"
unused_must_use = "deny"