deno_config 0.6.4

Config file implementation for the Deno CLI
Documentation
[package]
name = "deno_config"
description = "Config file implementation for the Deno CLI"
version = "0.6.4"
edition = "2021"
authors = ["the Deno authors"]
license = "MIT"
repository = "https://github.com/denoland/deno_config"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.57"
indexmap = { version = "2", features = ["serde"] }
jsonc-parser = { version = "0.21.1", features = ["serde"] }
log = "0.4.20"
percent-encoding = "2.3.0"
serde = { version = "1.0.149", features = ["derive"] }
serde_json = "1.0.85"
url = { version = "2.3.1" }

[dev-dependencies]
pretty_assertions = "1.4.0"