[package] name = "backproof-sdk" version = "0.1.1" edition = "2021" authors = ["Thomas Nicollet ", "Alexandre Fourcat "] license = "MIT" description = "Rust SDK to communicate with the backproof service" repository = "https://backproof.it" homepage = "https://backproof.it" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tonic = "0.6.2" prost = "0.9.0" futures-core = "0.3.21" futures-util = "0.3.21" tokio = { version = "1.17.0", features = ["rt-multi-thread", "macros", "sync", "time"] } tokio-stream = "0.1.8" async-stream = "0.3.3" serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.79" rand = "0.8.5" tracing = "0.1.32" tracing-subscriber = "0.3.9" thiserror = "1.0.30" [build-dependencies] tonic-build = "0.6.2"