[package] name = "remote_signer_backend" version = "0.2.0" authors = ["Herman Junge "] edition = "2018" [dev-dependencies] helpers = { path = "../../testing/remote_signer_test", package = "remote_signer_test" } sloggers = "1.0.1" tempfile = "3.1.0" [dependencies] bls = { path = "../../crypto/bls" } clap = "2.33.3" hex = "0.4.2" lazy_static = "1.4.0" regex = "1.3.9" slog = "2.5.2" types = { path = "../../consensus/types" } zeroize = { version = "1.1.1", features = ["zeroize_derive"] }