# 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" name = "xand-address" version = "0.4.2" authors = ["Transparent Financial Systems "] description = "The Address primitive type used throughout the Xand network" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.blake2] version = "0.8" [dependencies.bs58] version = "0.4.0" [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0.23" [dependencies.xand-utils] version = "1.0.0" [dev-dependencies.proptest] version = "0.9.5" [dev-dependencies.serde_json] version = "1.0.64" [dev-dependencies.sp-core] version = "10.0.0"