# 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] edition = "2018" name = "distant-lua" version = "0.15.1" authors = ["Chip Senkbeil "] description = "Lua bindings to the distant Rust crates" homepage = "https://github.com/chipsenkbeil/distant" readme = "README.md" keywords = ["api", "async"] categories = ["api-bindings", "network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/chipsenkbeil/distant" [lib] crate-type = ["cdylib"] [dependencies.distant-core] version = "=0.15.1" [dependencies.distant-ssh2] version = "=0.15.1" features = ["serde"] [dependencies.futures] version = "0.3.17" [dependencies.log] version = "0.4.14" [dependencies.mlua] version = "0.6.6" features = ["async", "macros", "module", "serialize"] [dependencies.once_cell] version = "1.8.0" [dependencies.oorandom] version = "11.1.3" [dependencies.paste] version = "1.0.5" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.simplelog] version = "0.10.2" [dependencies.tokio] version = "1.12.0" features = ["macros", "time"] [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"]