# 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 = "boardswarm-client" version = "0.0.1" authors = ["Sjoerd Simons "] description = "Boardswarm client library" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/boardswarm/boardswarm" [dependencies.anyhow] version = "1.0.68" [dependencies.async-trait] version = "0.1.74" [dependencies.boardswarm-protocol] version = "0.0.1" [dependencies.bytes] version = "1.4.0" [dependencies.futures] version = "0.3.25" [dependencies.http] version = "0.2.9" [dependencies.http-serde] version = "1.1.3" [dependencies.oauth2] version = "4.4.2" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.serde] version = "1.0.189" [dependencies.serde_yaml] version = "0.9.25" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.30.0" features = ["full"] [dependencies.tonic] version = "0.10" features = [ "tls", "tls-roots", ] [dependencies.tower] version = "0.4.13" [dependencies.tracing] version = "0.1.37" [dependencies.url] version = "2.4.1" features = ["serde"]