[package] name = "blackd-client" version = "0.1.0" authors = ["disrupted "] categories = ["command-line-utilities"] edition = "2021" keywords = ["code-formatter", "cli", "black", "blackd", "python"] license = "GPL-3.0" readme = "README.md" repository = "https://github.com/disrupted/blackd-client" description = "Blazing fast Python code formatting using Black" [dependencies] custom_error = "1.9.2" minreq = "2.3.1" pico-args = { version = "0.4.2", default_features = false } [dev-dependencies] httpmock = "0.5.8" pretty_assertions = "0.7.2"