# 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-rs-mg" version = "0.1.0" description = "Utilities for working with DFlow signatory servers" readme = "README.md" license = "MIT" [dependencies.base64] version = "0.21.2" [dependencies.bs58] version = "0.5.0" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.rand] version = "0.7" features = [ "getrandom", "std", ] [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dev-dependencies.assert-json-diff] version = "2.0.2"