[dependencies.async-trait]
version = "0.1.74"
[dependencies.glob]
version = "0.3"
[dependencies.humantime-serde]
version = "1.1"
[dependencies.log]
version = "0.4.20"
[dependencies.package-json]
version = "0.5.0"
[dependencies.regex]
version = "1.11.0"
[dependencies.serde]
features = ["derive", "derive"]
version = "1.0.203"
[dependencies.serde_json]
version = "1.0.117"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.thiserror]
version = "1.0.64"
[dependencies.tokio]
default-features = false
features = ["fs", "io-util", "process", "rt", "rt-multi-thread", "sync", "time"]
version = "1.38.0"
[dependencies.toml]
version = "0.7"
[dependencies.walkdir]
version = "2.4.0"
[dev-dependencies.chrono]
features = ["serde"]
version = "0.4.31"
[dev-dependencies.dirs]
version = "6.0.0"
[dev-dependencies.tempfile]
version = "3.8.1"
[dev-dependencies.tokio]
default-features = false
features = ["full", "test-util", "macros"]
version = "1.38.0"
[lib]
doctest = false
name = "sublime_standard_tools"
path = "src/lib.rs"
[lints.clippy]
clone_on_ref_ptr = "deny"
dbg_macro = "deny"
doc_markdown = "allow"
empty_drop = "deny"
exit = "deny"
filetype_is_file = "deny"
get_unwrap = "deny"
inconsistent_struct_constructor = "allow"
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_inception = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_for_each = "allow"
new_without_default = "allow"
print_stdout = "deny"
rc_buffer = "deny"
rc_mutex = "deny"
rest_pat_in_fully_bound_structs = "deny"
similar_names = "allow"
single_match = "allow"
single_match_else = "allow"
unnecessary_safety_comment = "deny"
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.rust]
[package]
authors = ["WebSublime"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities"]
description = "A collection of utilities for working with Node.js projects from Rust applications"
documentation = "https://docs.rs/sublime_standard_tools"
edition = "2024"
keywords = ["nodejs", "npm", "package-manager", "command", "project"]
license = "MIT"
name = "sublime_standard_tools"
readme = "README.md"
repository = "https://github.com/websublime/workspace-tools"
resolver = "2"
rust-version = "1.90.0"
version = "0.0.13"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "e2e_command"
path = "tests/e2e_command.rs"
[[test]]
name = "e2e_config"
path = "tests/e2e_config.rs"
[[test]]
name = "e2e_filesystem"
path = "tests/e2e_filesystem.rs"
[[test]]
name = "e2e_monorepo"
path = "tests/e2e_monorepo.rs"
[[test]]
name = "e2e_node"
path = "tests/e2e_node.rs"
[[test]]
name = "e2e_project"
path = "tests/e2e_project.rs"
[[test]]
name = "real_world_usage"
path = "tests/real_world_usage.rs"