# 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 = "serde-xrpl" version = "0.1.2" description = "Serde compatible XRPL serialization format" license = "MIT" repository = "https://github.com/Decentralised-Advertising/xrpl-rs" [dependencies.bs58] version = "0.4.0" features = ["check"] [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.3.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-traits] version = "0.2.14" [dependencies.rust_decimal] version = "1.19.0" features = ["maths"] [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_json] version = "1.0.74"