[package] name = "jlot" version = "0.1.4" edition = "2021" authors = ["Takeru Ohta "] license = "MIT" description = "Command-line tool for JSON-RPC 2.0 over JSON Lines over TCP" homepage = "https://github.com/sile/jlot" repository = "https://github.com/sile/jlot" readme = "README.md" [dependencies] clap = { version = "4.5.16", features = ["derive"] } jsonlrpc = "0.1.0" orfail = "1.1.0" serde = { version = "1.0.209", features = ["derive"] } serde_json = "1.0.127"