nurl/Cargo.toml
dependabot[bot] fb758b334d
Bump bstr from 1.2.0 to 1.3.0
Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/BurntSushi/bstr/releases)
- [Commits](https://github.com/BurntSushi/bstr/compare/1.2.0...1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 16:14:58 +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"
git-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.2"
clap_mangen = "0.2.8"
[dev-dependencies]
assert_cmd = "2.0.8"
nu-glob = "0.75.0"
trycmd = "0.14.11"
[profile.release]
lto = true
panic = "abort"
codegen-units = 1