path_resolver 0.2.5

Provides a trie-based data structure to track and resolve relative path ownership across multiple packages
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "path_resolver"
version = "0.2.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides a trie-based data structure to track and resolve relative path ownership across multiple packages"
homepage = "https://github.com/conda/rattler"
readme = "README.md"
categories = ["development-tools"]
license = "BSD-3-Clause"
repository = "https://github.com/conda/rattler"

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

[[bench]]
name = "path_resolver_bench"
path = "benches/path_resolver_bench.rs"
harness = false

[dependencies.ahash]
version = "0.8.12"

[dependencies.fs-err]
version = "3.1.0"

[dependencies.indexmap]
version = "2.12.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.proptest]
version = "1.7.0"

[dependencies.tempfile]
version = "3.20.0"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.divan]
version = "0.1"