duckscript/duckscript_sdk/Cargo.toml
dependabot[bot] efbaf13920
Update whoami requirement from ^0.8 to ^0.9
Updates the requirements on [whoami](https://github.com/libcala/whoami) to permit the latest version.
- [Release notes](https://github.com/libcala/whoami/releases)
- [Changelog](https://github.com/libcala/whoami/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libcala/whoami/compare/v0.8.0...v0.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-26 03:01:18 +00:00

49 lines
1.2 KiB
TOML

[package]
name = "duckscriptsdk"
version = "0.5.0"
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
description = "The duckscript SDK."
license = "Apache-2.0"
edition = "2018"
documentation = "https://sagiegurari.github.io/duckscript/api/duckscript/index.html"
homepage = "http://github.com/sagiegurari/duckscript"
repository = "https://github.com/sagiegurari/duckscript.git"
readme = "README.md"
keywords = ["script", "script-engine", "language"]
categories = ["command-line-utilities", "development-tools"]
include = [
"/benches/*",
"/docs/*",
"/examples/*",
"/src/*",
"/tests/*",
"/Cargo.toml",
"/LICENSE",
"/README.md"
]
[dependencies]
attohttpc = "^0.14"
base64 = "^0.12"
cfg-if = "^0.1"
duckscript = { version = "^0.5.0", path = "../duckscript" }
fs_extra = "^1"
fsio = { version = "^0.1", features = ["temp-path"] }
glob = "^0.3"
home = "^0.5"
java-properties = "^1"
meval = "^0.2"
num_cpus = "^1"
rand = "^0.7"
walkdir = "^2"
which = { version = "^4", default-features = false }
whoami = "^0.9"
[target.'cfg(not(windows))'.dependencies]
uname = "^0.1"
[badges.codecov]
branch = "master"
repository = "sagiegurari/duckscript"
service = "github"