[package] name = "nurl" version = "0.3.1" authors = ["figsoda "] 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.68" enum_dispatch = "0.3.9" itertools = "0.10.5" once_cell = "1.17.0" 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.91" url = "2.3.1" [dependencies.clap] version = "4.0.32" features = ["cargo", "derive", "unicode", "wrap_help"] [build-dependencies] clap = { version = "4.0.32", features = ["derive"] } clap_complete = "4.0.7" clap_mangen = "0.2.6" url = "2.3.1" [profile.release] lto = true panic = "abort" codegen-units = 1