# 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 = "gl-signerproxy" version = "0.3.0" authors = [ "Christian Decker", "The Greenlight Team", ] description = "Python bindings for the Greenlight client library." readme = "README.md" license = "MIT" repository = "https://github.com/Blockstream/greenlight" [[bin]] name = "gl-signerproxy" path = "src/bin/signerproxy.rs" [dependencies.anyhow] version = "1" [dependencies.byteorder] version = "1.5.0" [dependencies.env_logger] version = "0.10" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.prost] version = "0.6" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.tonic] version = "0.3" features = [ "tls", "transport", ] [dependencies.tower] version = "0.3" [dependencies.which] version = "4.4.2" [build-dependencies.tonic-build] version = "0.3"