nurl/Cargo.toml
dependabot[bot] 6b679a5ebb
build(deps): bump gix-url from 0.22.0 to 0.23.0
Bumps [gix-url](https://github.com/Byron/gitoxide) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Byron/gitoxide/compare/gix-url-v0.22.0...gix-url-v0.23.0)

---
updated-dependencies:
- dependency-name: gix-url
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 15:27:54 +00:00

47 lines
1.2 KiB
TOML

[package]
name = "nurl"
version = "0.3.13"
authors = ["figsoda <figsoda@pm.me>"]
edition = "2021"
description = "Generate Nix fetcher calls from repository URLs"
readme = "README.md"
homepage = "https://github.com/nix-community/nurl"
repository = "https://github.com/nix-community/nurl"
license = "MPL-2.0"
keywords = ["cli", "fetch", "git", "nix", "prefetch"]
categories = ["command-line-utilities"]
[dependencies]
anyhow = "1.0.75"
bstr = "1.6.2"
data-encoding = "2.4.0"
enum_dispatch = "0.3.12"
gix-url = "0.23.0"
is-terminal = "0.4.9"
itertools = "0.11.0"
nix-compat = { git = "https://code.tvl.fyi/depot.git:/tvix/nix-compat.git" }
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
rustc-hash = "1.1.0"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
ureq = { version = "2.7.1", features = ["json"] }
[dependencies.clap]
version = "4.4.2"
features = ["cargo", "derive", "unicode", "wrap_help"]
[build-dependencies]
clap = { version = "4.4.2", features = ["derive"] }
clap_complete = "4.4.1"
clap_mangen = "0.2.13"
[dev-dependencies]
assert_cmd = "2.0.12"
nu-glob = "0.84.0"
trycmd = "0.14.17"
[profile.release]
lto = true
panic = "abort"
codegen-units = 1