# 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 = "backproof-sdk" version = "0.1.1" authors = ["Thomas Nicollet ", "Alexandre Fourcat "] description = "Rust SDK to communicate with the backproof service" homepage = "https://backproof.it" license = "MIT" repository = "https://backproof.it" [dependencies.async-stream] version = "0.3.3" [dependencies.futures-core] version = "0.3.21" [dependencies.futures-util] version = "0.3.21" [dependencies.prost] version = "0.9.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.17.0" features = ["rt-multi-thread", "macros", "sync", "time"] [dependencies.tokio-stream] version = "0.1.8" [dependencies.tonic] version = "0.6.2" [dependencies.tracing] version = "0.1.32" [dependencies.tracing-subscriber] version = "0.3.9" [build-dependencies.tonic-build] version = "0.6.2"