# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "trust-list" version = "0.1.4" description = "Command line tool for automatically generating dependency information tables in markdown" homepage = "https://github.com/lhalf/trust-list-rs" readme = "README.md" keywords = [ "trust", "dependencies", "cargo-subcommand", "tool", ] license = "MIT" repository = "https://github.com/lhalf/trust-list-rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.itertools] version = "0.13" [dependencies.log] version = "0.4.21" [dependencies.pbr] version = "1.1.1" [dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117"