1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
Source: rust-feluda
Section: utils
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo
Build-Depends-Arch: cargo:native,
rustc:native (>= 1.85.0),
libstd-rust-dev,
librust-cargo-metadata-0.23+default-dev,
librust-chrono-0.4+default-dev,
librust-chrono-0.4+serde-dev,
librust-clap-4+default-dev (>= 4.5.53),
librust-clap-4+derive-dev (>= 4.5.53),
librust-clap-4+env-dev (>= 4.5.53),
librust-color-eyre-0.6-dev,
librust-color-spantrace-0.3+default-dev,
librust-colored-3+default-dev,
librust-dirs-6+default-dev,
librust-figment-0.10+default-dev,
librust-figment-0.10+env-dev,
librust-figment-0.10+toml-dev,
librust-git2-0.20+default-dev,
librust-ignore-0.4+default-dev,
librust-libc-0.2+default-dev,
librust-owo-colors-4+default-dev (>= 4.2),
librust-ratatui-0.29+default-dev,
librust-rayon-1+default-dev (>= 1.11),
librust-regex-1+default-dev (>= 1.12),
librust-reqwest-0.12+blocking-dev (>= 0.12.28),
librust-reqwest-0.12+http2-dev (>= 0.12.28),
librust-reqwest-0.12+json-dev (>= 0.12.28),
librust-scraper-0.20+default-dev,
librust-semver-1+default-dev,
librust-serde-1+default-dev,
librust-serde-1+derive-dev,
librust-serde-json-1+default-dev,
librust-serde-yaml-0.9+default-dev,
librust-spinners-4+default-dev (>= 4.1),
librust-tempfile-3+default-dev (>= 3.24),
librust-thiserror-2+default-dev,
librust-tokio-1+default-dev (>= 1.48),
librust-tokio-1+full-dev (>= 1.48),
librust-toml-0.9+default-dev (>= 0.9.8),
librust-tracing-0.1+attributes-dev,
librust-tracing-0.1+default-dev,
librust-tracing-subscriber-0.3+default-dev,
librust-tracing-subscriber-0.3+env-filter-dev,
librust-unicode-width-0.2+default-dev (>= 0.2.2),
librust-uuid-1+default-dev (>= 1.18),
librust-uuid-1+serde-dev (>= 1.18),
librust-uuid-1+v4-dev (>= 1.18)
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Vivek K J <vivekkj@disroot.org>
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/feluda]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/feluda
Homepage: https://github.com/anistark/feluda
X-Cargo-Crate: feluda
X-Cargo-Crate-Version: 1.11.1
Package: feluda
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends}
Suggests:
${cargo:Suggests}
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: Detect license usage restrictions in your project
Feluda is a Rust-based command-line tool that analyzes the dependencies of a
project, notes down their licenses, and flags any permissions that restrict
personal or commercial usage or are incompatible with your project's license.
|