rust_secure_dependency_audit 0.2.0

A comprehensive tool for auditing Rust project dependencies: health scoring, license analysis, maintenance risk, and footprint estimation
Documentation
��cargo :     Checking 

rust_secure_dependency_audit v0.2.0 (

C:\Users\emori\development\projects\o

pensource\rust_secure_dependency_audi

t)

At line:1 char:1

+ cargo check 2> error.log

+ ~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : NotSpe 

   cified: (    Checking ru...pende  

  ncy_audit):String) [], RemoteExc   

 eption

    + FullyQualifiedErrorId : Native 

   CommandError

 

warning: unused import: 

`openssf::OpenSSFClient`

 --> src\metadata\mod.rs:9:9

  |

9 | pub use openssf::OpenSSFClient;

  |         ^^^^^^^^^^^^^^^^^^^^^^

  |

  = note: `#[warn(unused_imports)]` 

(part of `#[warn(unused)]`) on by 

default



warning: unused import: `Duration`

 --> src\scoring.rs:6:14

  |

6 | use chrono::{Duration, Utc};

  |              ^^^^^^^^



error[E0689]: can't call method 

`clamp` on ambiguous numeric type 

`{float}`

   --> src\scoring.rs:279:11

    |

279 |     score.clamp(0.0, 100.0)

    |           ^^^^^

    |

help: you must specify a type for 

this binding, like `f32`

    |

255 |     let mut score: f32 = 50.0; 

// Base score

    |                  +++++



For more information about this 

error, try `rustc --explain E0689`.

warning: 

`rust_secure_dependency_audit` (lib) 

generated 2 warnings

error: could not compile 

`rust_secure_dependency_audit` (lib) 

due to 1 previous error; 2 warnings 

emitted