# 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 = "2018" rust-version = "1.57" name = "rippled_binary_codec" version = "0.0.5" include = [ "src/**/*.rs", "src/fixtures/definitions.json", "README.md", "LICENSE-MIT", ] description = "Serializing a XRP transaction from JSON into their canonical binary format." documentation = "https://docs.rs/rippled_binary_codec" readme = "README.md" keywords = [ "ripple", "serialization", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/KeystoneHQ/rippled_binary_codec.git" [dependencies.ascii] version = "1.0" default-features = false [dependencies.bytes] version = "1.1.0" [dependencies.hex] version = "0.4.3" [dependencies.proc-macro-regex] version = "~1.0.0" [dependencies.ripple-address-codec] version = "0.1.1" [dependencies.rust_decimal] version = "1.15" [dependencies.rust_decimal_macros] version = "1.15" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde-value] version = "0.7.0" [dependencies.serde_json] version = "1.0"