[package] name = "json_pusher" author = "Thomas Jensen " description = "A tool to push JSON data to an endpoint" version = "0.1.1" edition = "2021" readme = "README.md" repository = "https://github.com/th0jensen/json_pusher" license = "MIT" [dependencies] clap = "4.1.8" regex = "1.7.1" reqwest = { version = "0.11", features = ["blocking", "json"] } serde_json = "1.0" crossbeam = "0.8" num_cpus = "1.15"