[package]
edition = "2024"
name = "bezel-zed-path"
version = "0.3.8+zed.82aeef"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "path from zed-industries/zed, republished for the bezel gpui fork"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/crabtalk/zed"
resolver = "2"
[features]
test-support = []
[lib]
name = "path"
path = "src/path.rs"
[dependencies.anyhow]
version = "1.0.86"
[dependencies.dunce]
version = "1.0"
[dependencies.serde]
version = "1.0.221"
features = [
"derive",
"rc",
]
optional = true
[lints.clippy]
dbg_macro = "deny"
declare_interior_mutable_const = "deny"
disallowed_methods = "deny"
large_enum_variant = "allow"
let_underscore_future = "allow"
nonminimal_bool = "allow"
redundant_clone = "deny"
single_range_in_vec_init = "allow"
todo = "deny"
too_many_arguments = "allow"
type_complexity = "allow"
[lints.clippy.style]
level = "allow"
priority = -1
[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0