cargo-geiger 0.5.0

Detects usage of unsafe Rust in your project and its dependencies.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "cargo-geiger"
version = "0.5.0"
authors = ["anderejd <rajder@gmail.com>"]
description = "Detects usage of unsafe Rust in your project and its dependencies."
readme = "README.md"
keywords = ["unsafe", "cargo", "plugin"]
categories = ["command-line-utilities", "development-tools", "development-tools::cargo-plugins", "parsing"]
license = "Apache-2.0/MIT"
repository = "https://github.com/anderejd/cargo-geiger"
[dependencies.cargo]
version = "0.33.0"

[dependencies.clap]
version = "2.32.0"

[dependencies.colored]
version = "1.7.0"

[dependencies.env_logger]
version = "0.6.0"

[dependencies.failure]
version = "0.1.5"

[dependencies.geiger]
version = "0.1.0"

[dependencies.petgraph]
version = "0.4.13"

[dependencies.structopt]
version = "0.2.14"

[dependencies.walkdir]
version = "2.2.7"
[badges.maintenance]
status = "experimental"