[package] name = "basejmp" version = "1.0.0" edition = "2018" resolver="2" authors = ["Ganesh Paramasivam "] license = "Apache-2.0" description = "CLI to interact with Basejmp platform" readme = "README.md" homepage = "https://www.basejmp.io/" repository = "https://www.basejmp.io/" keywords = ["cli", "basejmp"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = { version = "0.3" } log = "0.4.0" env_logger = "0.8.4" serde = {version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" reqwest = { version = "0.11", features = ["json", "blocking", "multipart"] } tokio = { version = "1", features = ["full"] } crossterm = "0.21.0" prettytable-rs = "0.10.0" tokio-util = { version = "0.6.9", features = ["codec"] } futures = "0.3.18" yaml-rust = "0.4.5" mustache = "0.9.0" thiserror = "1.0.30" deno_runtime = "0.160.0" deno_core = { version = "0.280.0" } base64 = "0.13.1"