thinline 0.1.0

A parser and builder for function-unittests written in comment sections for C-language family.
# 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 = "thinline"
version = "0.1.0"
authors = ["Sebastian Spiess <spiess.sebastian@web.de>"]
description = "A parser and builder for function-unittests written in comment sections for C-language family."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Drogglbecher/thinline"

[lib]
name = "thinlinelib"
[dependencies.clang]
version = "0"

[dependencies.clang-sys]
version = "0"

[dependencies.clap]
version = "2"
features = ["yaml"]

[dependencies.clippy]
version = "0"
optional = true

[dependencies.error-chain]
version = "0"

[dependencies.glob]
version = "0"

[dependencies.lazy_static]
version = "0"

[dependencies.log]
version = "0"

[dependencies.python-parser]
version = "0"

[dependencies.regex]
version = "0"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.slog-envlogger]
version = "2"

[dependencies.snapshot]
version = "0"

[dependencies.walkdir]
version = "1"

[dependencies.yaml-rust]
version = "0"

[features]
clang_5_0 = ["clang-sys/clang_5_0", "gte_clang_5_0"]
clang_6_0 = ["clang-sys/clang_6_0", "gte_clang_5_0", "gte_clang_6_0"]
gte_clang_5_0 = []
gte_clang_6_0 = []
runtime = ["clang-sys/runtime"]
static = ["clang-sys/static"]