tag_safe 0.2.23

A rustc lint plugin to allow tagging of methods with arbitary safety flags
Documentation
# 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 = "tag_safe"
version = "0.2.23"
authors = ["John Hodge <mutabah@mutabah.net>"]
description = "A rustc lint plugin to allow tagging of methods with arbitary safety flags"
keywords = ["plugin", "lint"]
license = "MIT"
repository = "http://github.com/thepowersgang/tag_safe/"

[lib]
name = "tag_safe"
path = "src/lib.rs"
plugin = true
[dependencies.lazy_static]
version = "0.2.2"

[dependencies.log]
version = "0.3"
[dev-dependencies.compiletest_rs]
version = "0.3"
features = ["stable"]
default-features = false