deno_path_util 0.2.1

Path utilities used in Deno
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "deno_path_util"
description = "Path utilities used in Deno"
version = "0.2.1"
edition = "2021"
authors = ["the Deno authors"]
license = "MIT"
repository = "https://github.com/denoland/deno_path_util"

[features]

[dependencies]
percent-encoding = "2.3.0"
thiserror = "1.0.61"
url = { version = "2.3.1" }

[dev-dependencies]
pretty_assertions = "1.4.0"