# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "asciidoctor-client" version = "0.4.2" authors = ["hybras"] description = "A kludge to improve the performance of static site generators that use asciidoc through its cli" homepage = "https://github.com/hybras/asciidoctor-server" documentation = "https://github.com/hybras/asciidoctor-server" license = "MIT" repository = "https://github.com/hybras/asciidoctor-server" [dependencies.anyhow] version = "1.0.75" [dependencies.argh] version = "0.1.12" [dependencies.backon] version = "0.4.1" [dependencies.cfg-if] version = "1.0.0" [dependencies.futures] version = "0.3" [dependencies.prost] version = "0.12" [dependencies.prost-types] version = "0.12.3" [dependencies.tokio] version = "1.34" features = ["full"] [dependencies.tonic] version = "0.10.2" [dependencies.tower] version = "0.4" [dependencies.url] version = "2.5.0" [build-dependencies.tonic-build] version = "0.10.2"