# 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 = "mvola" version = "0.1.3" description = "Rust library for the MVola API" documentation = "https://docs.rs/mvola" readme = "README.md" license = "MIT" repository = "https://github.com/tsirysndr/mvola-rs" resolver = "2" [lib] doctest = false [[example]] name = "generate_token" path = "examples/generate_token.rs" [[example]] name = "send_payment" path = "examples/send_payment.rs" [[example]] name = "transaction_details" path = "examples/transaction_details.rs" [[example]] name = "transaction_status" path = "examples/transaction_status.rs" [dependencies.chrono] version = "0.4.19" [dependencies.mockito] version = "0.7.0" [dependencies.serde] version = "1.0.136" [dependencies.serde_json] version = "1.0.79" [dependencies.surf] version = "2.3.2" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.uuid] version = "1.0.0" features = [ "v4", "fast-rng", "macro-diagnostics", ]