blob: cf76c496fc2b1c36c66774789f167101bfc1e5f1 [file] [log] [blame]
# 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 = "pulldown-cmark"
version = "0.1.2"
authors = ["Raph Levien <raph@google.com>"]
build = "build.rs"
description = "A pull parser for CommonMark"
keywords = ["markdown", "commonmark"]
license = "MIT"
repository = "https://github.com/google/pulldown-cmark"
[[bin]]
name = "pulldown-cmark"
doc = false
required-features = ["getopts"]
[dependencies.bitflags]
version = "0.9"
[dependencies.getopts]
version = "0.2"
optional = true
[features]
default = ["getopts"]
gen-tests = []