deno_config 0.3.1

Config file implementation for the Deno CLI
Documentation
[package]
name = "deno_config"
description = "Config file implementation for the Deno CLI"
version = "0.3.1"
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"
deno_semver = "0.4.0"
indexmap = { version = "2", features = ["serde"] }
jsonc-parser = { version = "=0.21.1", features = ["serde"] }
log = "0.4.20"
percent-encoding = "2.3.0"
pretty_assertions = "1.4.0"
serde = { version = "1.0.149", features = ["derive"] }
serde_json = "1.0.85"
url = { version = "2.3.1"}