# 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 = "indicate" version = "0.2.1" authors = ["Emil Jonathan Eriksson "] description = "Library behind cargo-indicate" keywords = [ "cargo", "search", "dependencies", "graphql", ] categories = ["development-tools::cargo-plugins"] license = "MIT OR Apache-2.0" repository = "https://github.com/volvo-cars/cargo-indicate" resolver = "1" [dependencies.cargo_metadata] version = "0.15" [dependencies.cargo_toml] version = "0.15" [dependencies.chrono] version = "0.4" [dependencies.crates_io_api] version = "0.8" features = ["rustls"] default-features = false [dependencies.cvss] version = "2.0" [dependencies.octorust] version = "0.3" features = [ "httpcache", "rustls-tls", ] [dependencies.once_cell] version = "1.11" [dependencies.reqwest] version = "0.11" features = ["rustls-tls"] [dependencies.ron] version = "0.8" [dependencies.rustsec] version = "0.26" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokei] version = "12.1" [dependencies.tokio] version = "1.25" [dependencies.trustfall] version = "0.4" [dependencies.url] version = "2.3" [dependencies.walkdir] version = "2" [dev-dependencies.global_counter] version = "0.2.2" default-features = false [dev-dependencies.test-case] version = "3.0.0"