shkeleton 0.3.1

Skeleton rust project
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 = "shkeleton"
version = "0.3.1"
authors = ["Artem Shein <artem.shein@aisys.ru>"]
description = "Skeleton rust project"
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/artemshein/shkeleton"

[[test]]
name = "test_compile"
required-features = ["cli", "concurrency"]
[dependencies.array_tool]
version = "1"

[dependencies.byteorder]
version = "1"

[dependencies.clap]
version = "2"
optional = true

[dependencies.derive_deref]
version = "1"

[dependencies.derive_more]
version = "0.11"

[dependencies.failure]
version = "0.1"

[dependencies.fern]
version = "0.5"
features = ["colored"]
optional = true

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

[dependencies.itertools]
version = "0.7"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1"
optional = true

[dependencies.parking_lot]
version = "0.6"
optional = true

[dependencies.regex]
version = "1"

[dependencies.scoped-pool]
version = "1"
optional = true

[dependencies.url]
version = "1"

[features]
cli = ["clap", "fern", "glob"]
concurrency = ["scoped-pool", "num_cpus", "parking_lot"]
default = []