[dependencies.bitflags]
features = ["serde"]
version = "2.9.1"
[dependencies.faster-hex]
default-features = false
features = ["std"]
version = "0.10.0"
[dependencies.memchr]
version = "2.7.4"
[dependencies.paketkoll_workspace_hack]
version = "0.1"
[dependencies.smallvec]
features = ["const_generics", "const_new", "serde", "union"]
version = "1.15.0"
[dev-dependencies.insta]
version = "1.43.1"
[[example]]
name = "read_mtree"
path = "examples/read_mtree.rs"
[lib]
name = "mtree2"
path = "src/lib.rs"
[lints.clippy]
assigning_clones = "warn"
cast_lossless = "warn"
cloned_instead_of_copied = "warn"
derive_partial_eq_without_eq = "warn"
doc_markdown = "warn"
equatable_if_let = "warn"
explicit_iter_loop = "warn"
flat_map_option = "warn"
format_push_string = "warn"
ignored_unit_patterns = "warn"
manual_assert = "warn"
manual_let_else = "warn"
manual_string_new = "warn"
needless_pass_by_value = "warn"
or_fun_call = "warn"
ptr_as_ptr = "warn"
redundant_clone = "warn"
redundant_closure_for_method_calls = "warn"
redundant_else = "warn"
semicolon_if_nothing_returned = "warn"
type_repetition_in_bounds = "warn"
undocumented_unsafe_blocks = "warn"
uninlined_format_args = "warn"
unnecessary_box_returns = "warn"
unnecessary_safety_doc = "warn"
unnested_or_patterns = "warn"
unwrap_used = "warn"
use_self = "warn"
wildcard_imports = "warn"
[lints.rust]
elided_lifetimes_in_paths = "warn"
keyword_idents = "warn"
macro_use_extern_crate = "warn"
meta_variable_misuse = "warn"
redundant_lifetimes = "warn"
rust_2018_idioms = "warn"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unit_bindings = "warn"
unused_qualifications = "warn"
variant_size_differences = "warn"
[package]
authors = ["Arvid Norlander", "Richard Dodd <richard.o.dodd@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "os::unix-apis", "parsing"]
description = "A crate for iterating through the entries of an mtree record file."
edition = "2024"
keywords = ["checksum", "file", "manifest", "mtree"]
license = "Apache-2.0 OR MIT"
name = "mtree2"
readme = "README.md"
repository = "https://github.com/VorpalBlade/paketkoll"
resolver = "2"
version = "0.6.13"
[[test]]
name = "snapshots"
path = "tests/snapshots.rs"