file_url 0.2.8

Helper functions to work with file:// urls
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 = "file_url"
version = "0.2.8"
authors = ["Bas Zalmstra <zalmstra.bas@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper functions to work with file:// urls"
readme = false
categories = ["development-tools"]
license = "BSD-3-Clause"
repository = "https://github.com/conda/rattler"

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

[dependencies.itertools]
version = "0.14.0"

[dependencies.percent-encoding]
version = "2.3.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.typed-path]
version = "0.12.0"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.rstest]
version = "0.26.1"