distant-lua 0.15.0

Lua bindings to the distant Rust crates
Documentation
[dependencies.distant-core]
version = "=0.15.0"

[dependencies.distant-ssh2]
features = ["serde"]
version = "=0.15.0"

[dependencies.futures]
version = "0.3.17"

[dependencies.log]
version = "0.4.14"

[dependencies.mlua]
features = ["async", "macros", "module", "serialize"]
version = "0.6.6"

[dependencies.once_cell]
version = "1.8.0"

[dependencies.oorandom]
version = "11.1.3"

[dependencies.paste]
version = "1.0.5"

[dependencies.serde]
features = ["derive"]
version = "1.0.130"

[dependencies.simplelog]
version = "0.10.2"

[dependencies.tokio]
features = ["macros", "time"]
version = "1.12.0"

[dependencies.whoami]
version = "1.1.4"
[dev-dependencies.rstest]
version = "0.11.0"

[features]
default = ["lua51", "vendored"]
lua51 = ["mlua/lua51"]
lua52 = ["mlua/lua52"]
lua53 = ["mlua/lua53"]
lua54 = ["mlua/lua54"]
luajit = ["mlua/luajit"]
vendored = ["mlua/vendored"]

[lib]
crate-type = ["cdylib"]

[package]
authors = ["Chip Senkbeil <chip@senkbeil.org>"]
categories = ["api-bindings", "network-programming"]
description = "Lua bindings to the distant Rust crates"
edition = "2018"
homepage = "https://github.com/chipsenkbeil/distant"
keywords = ["api", "async"]
license = "MIT OR Apache-2.0"
name = "distant-lua"
readme = "README.md"
repository = "https://github.com/chipsenkbeil/distant"
version = "0.15.0"