nurl/Cargo.toml
dependabot[bot] 0bf3dbc77c
Bump clap_mangen from 0.2.8 to 0.2.9
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.8 to 0.2.9.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.8...clap_mangen-v0.2.9)

---
updated-dependencies:
- dependency-name: clap_mangen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 16:25:05 +00:00

45 lines
1.1 KiB
TOML

[package]
name = "nurl"
version = "0.3.7"
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.69"
bstr = "1.3.0"
enum_dispatch = "0.3.11"
gix-url = "0.13.3"
itertools = "0.10.5"
once_cell = "1.17.1"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
rustc-hash = "1.1.0"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
ureq = { version = "2.6.2", features = ["json"] }
[dependencies.clap]
version = "4.1.6"
features = ["cargo", "derive", "unicode", "wrap_help"]
[build-dependencies]
clap = { version = "4.1.6", features = ["derive"] }
clap_complete = "4.1.3"
clap_mangen = "0.2.9"
[dev-dependencies]
assert_cmd = "2.0.8"
nu-glob = "0.76.0"
trycmd = "0.14.12"
[profile.release]
lto = true
panic = "abort"
codegen-units = 1