dev-prune 1.7.0

Universal, lockfile-safe workspace pruner and background dependency cleaner
Documentation
dev-prune
Copyright 2026 VKrishna04

This product includes software developed by VKrishna04
(https://github.com/Life-Experimentalist/dev-prune).

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

--------------------------------------------------------------------------------

Attribution

Section 4(d) of the License requires that this NOTICE file be carried in any
Derivative Works you distribute. Keeping it costs you nothing and is how the
original work stays traceable.

The running binary also states its origin: `devp --version` prints the author,
the repository and the licence, and the interactive dashboard carries a credit
line in its footer. Both are plain text in the source -- see
`src/constants.rs` -- and neither is load-bearing. A fork that changes them
still builds, still passes the test suite, and is not treated differently
anywhere in the code.

--------------------------------------------------------------------------------

Third-party dependencies

dev-prune links against the Rust crates listed in Cargo.toml and pinned in
Cargo.lock. They are separate works under their own licences, predominantly
MIT and Apache-2.0. To produce the current list with each crate's licence:

    cargo install cargo-license
    cargo license