# 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 = "signatory-client-lib" version = "1.2.3" description = "Utilities for working with DFlow signatory servers" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/DFlowProtocol/signatory-client-lib-rust" [dependencies.base64] version = "0.21.2" [dependencies.bs58] version = "0.5.0" [dependencies.ed25519-dalek] version = "2.0.0" features = ["rand_core"] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dev-dependencies.assert-json-diff] version = "2.0.2"