[package] name = "signatory-client-lib" version = "1.2.3" edition = "2021" license-file = "LICENSE" description = "Utilities for working with DFlow signatory servers" repository = "https://github.com/DFlowProtocol/signatory-client-lib-rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.21.2" bs58 = "0.5.0" ed25519-dalek = { version = "2.0.0", features = ["rand_core"] } rand = "0.8.5" serde = { version = "1.0.183", features = ["derive"] } serde_json = "1.0.104" [dev-dependencies] assert-json-diff = "2.0.2"