# 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 = "xrpl_api" version = "0.16.5" authors = ["Georgios Moschovitis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "XRPL Protocol endpoints and resouces" readme = "README.md" keywords = [ "xrpl", "ledger", "api", "protocol", ] license = "Apache-2.0" repository = "https://github.com/gmosx/xrpl-sdk-rust/tree/main/xrpl_api" [lib] name = "xrpl_api" path = "src/lib.rs" [dependencies.enumflags2] version = "0.7.7" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.xrpl_types] version = "0.16.5" [dev-dependencies.assert_matches] version = "1.5.0"