[package] name = "distant" description = "Operate on a remote computer through file and process manipulation" categories = ["command-line-utilities"] version = "0.13.0" authors = ["Chip Senkbeil "] edition = "2018" homepage = "https://github.com/chipsenkbeil/distant" repository = "https://github.com/chipsenkbeil/distant" readme = "README.md" license = "MIT OR Apache-2.0" [workspace] members = ["core"] [profile.release] opt-level = 'z' lto = true codegen-units = 1 [dependencies] derive_more = { version = "0.99.16", default-features = false, features = ["display", "from", "error", "is_variant"] } distant-core = { version = "=0.13.0", path = "core", features = ["structopt"] } flexi_logger = "0.18.0" fork = "0.1.18" lazy_static = "1.4.0" log = "0.4.14" rand = { version = "0.8.4", features = ["getrandom"] } tokio = { version = "1.9.0", features = ["full"] } serde_json = "1.0.64" structopt = "0.3.22" strum = { version = "0.21.0", features = ["derive"] } whoami = "1.1.2" [dev-dependencies] assert_cmd = "2.0.0" tempfile = "3.2.0"