cargo-osha 0.1.1

A small utility to count the uses of unsafe code in a Rust program.
# 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]
name = "cargo-osha"
version = "0.1.1"
authors = ["Simon Heath <icefoxen@gmail.com>"]
description = "A small utility to count the uses of unsafe code in a Rust program."
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/icefoxen/cargo-osha"
[dependencies.clap]
version = "2"

[dependencies.syn]
version = "0.12"
features = ["parsing", "printing", "clone-impls", "full", "extra-traits", "visit"]
[badges.maintenance]
status = "as-is"