cargo-snippet 0.1.2

A snippet extractor for competitive programmers
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 = "cargo-snippet"
version = "0.1.2"
authors = ["hatoo <hato2000@gmail.com>"]
description = "A snippet extractor for competitive programmers"
readme = "README.md"
keywords = ["subcommand", "cargo-subcommand", "cargo", "snippet", "competitive"]
categories = ["template-engine"]
license = "MIT"
repository = "https://github.com/hatoo/cargo-snippet.git"

[lib]
path = "src/lib.rs"
plugin = true

[[bin]]
name = "cargo-snippet"
path = "src/main.rs"
required-features = ["binaries"]
[dependencies.clap]
version = "2.29"
optional = true

[dependencies.glob]
version = "0.2"
optional = true

[dependencies.quote]
version = "0.4"
optional = true

[dependencies.rustfmt-nightly]
version = "0.3.4"
optional = true

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_derive]
version = "1.0"
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.syn]
version = "0.12"
features = ["full", "parsing", "extra-traits", "printing"]
optional = true

[features]
binaries = ["syn", "quote", "rustfmt-nightly", "glob", "clap", "serde", "serde_derive", "serde_json"]