[badges.travis-ci]
repository = "GuillaumeGomez/doc-comment"
[features]
no_core = []
old_macros = []
[lib]
name = "doc_comment"
path = "src/lib.rs"
[package]
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Macro to generate doc comments"
documentation = "http://docs.rs/crate/doc-comment"
license = "MIT"
name = "doc-comment"
readme = "README.md"
repository = "https://github.com/GuillaumeGomez/doc-comment"
version = "0.3.4"