scriptisto 0.6.14

A language-agnostic "shebang interpreter" that enables you to write scripts in compiled languages.
# Copyright 2019 The Scriptisto Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

[package]
name = "scriptisto"
version = "0.6.14"
edition = "2018"
license = "Apache-2.0"
description = "A language-agnostic \"shebang interpreter\" that enables you to write scripts in compiled languages."
repository = "https://github.com/igor-petruk/scriptisto"
readme = "README.md"
categories = ["development-tools::build-utils", "command-line-utilities"]
authors = [
    "Google LLC",
    "Igor Petruk",
]

[package.metadata.rpm.cargo]
target = "x86_64-unknown-linux-musl"
buildflags = ["--release"]

[package.metadata.rpm.targets]
scriptisto = { path = "/usr/bin/scriptisto" }

[dependencies]
dirs = '3.0'
exec = '0.3'
failure = '0.1'
include_dir = '0.6'
log = '0.4'
serde='1.0'
serde_derive='1.0'
serde_yaml='0.8'
md5="0"
ascii_table="3.0"
scrawl="1.1.0"
users="0.11"
walkdir="2"
number_prefix="0.4"
pathsearch="0.2.0"

[dependencies.structopt]
version = '0.3'
default-features = false
features = ['color']

[dependencies.env_logger]
default-features = false
version = '0'