# 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_binary_codec" version = "0.16.5" authors = ["Georgios Moschovitis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Binary serialization for XRPL Protocol objects" readme = "README.md" keywords = [ "xrpl", "ledger", "api", "protocol", ] license = "Apache-2.0" repository = "https://github.com/gmosx/xrpl-sdk-rust/tree/main/xrpl_binary_codec" [lib] name = "xrpl_binary_codec" path = "src/lib.rs" [dependencies.bytes] version = "1.5.0" default-features = false [dependencies.hex] version = "0.4" features = ["alloc"] [dependencies.libsecp256k1] version = "0.7.1" features = [ "static-context", "hmac", ] [dependencies.serde_json] version = "1" features = ["alloc"] [dependencies.sha2] version = "0.10" [dependencies.xrpl_types] version = "0.16.5" default-features = false [dev-dependencies.ascii] version = "1.1.0" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.enumflags2] version = "0.7.7" [dev-dependencies.serde] version = "1" features = [ "derive", "alloc", ] [features] default = ["std"] json = [] std = [ "hex/std", "serde_json/std", ] [target.'cfg(not(target_feature = "std"))'.dependencies.hashbrown] version = "0.14.2" features = ["ahash"] default-features = false [target.'cfg(not(target_feature = "std"))'.dependencies.spin] version = "0.9.8" features = ["once"] default-features = false