riptree2 0.5.2

riptree2 is a Rust rewrite of the Unix tree command. It aims to be a drop in replacement (`alias tree="rt --compat"`) with some quality of life improvements, such as automatically respecting ignore files.
Documentation
[[bin]]
name = "rt"
path = "src/main.rs"

[build-dependencies.fixtures]
version = "1.0.2"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.clap]
features = ["derive"]
version = "4.5.39"

[dependencies.ignore]
version = "0.4.23"

[dev-dependencies.assert_cmd]
version = "2.0.17"

[dev-dependencies.fixtures]
version = "1.0.2"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dev-dependencies.serde_json]
version = "1.0.140"

[dev-dependencies.tempdir]
version = "0.3.7"

[lib]
name = "riptree2"
path = "src/lib.rs"

[package]
authors = ["Ben Heidemann <ben@heidemann.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities"]
description = 'riptree2 is a Rust rewrite of the Unix tree command. It aims to be a drop in replacement (`alias tree="rt --compat"`) with some quality of life improvements, such as automatically respecting ignore files.'
documentation = "https://github.com/bcheidemann/riptree2"
edition = "2024"
homepage = "https://github.com/bcheidemann/riptree2"
keywords = ["tree", "filesystem", "tool"]
license-file = "LICENSE"
name = "riptree2"
readme = "README.md"
repository = "https://github.com/bcheidemann/riptree2"
version = "0.5.2"

[[test]]
name = "conformance"
path = "tests/conformance.rs"

[[test]]
name = "snapshot"
path = "tests/snapshot.rs"