# 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 = "ss58-registry" version = "1.51.0" authors = ["Parity Technologies "] description = "Registry of known SS58 address types" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/paritytech/ss58-registry/" [dependencies.num-format] version = "0.4.3" optional = true [build-dependencies.Inflector] version = "0.11.4" default-features = false [build-dependencies.proc-macro2] version = "1.0.36" [build-dependencies.quote] version = "1.0.15" default-features = false [build-dependencies.serde] version = "1.0.136" features = [ "std", "derive", ] default-features = false [build-dependencies.serde_json] version = "1.0.79" features = ["std"] default-features = false [build-dependencies.unicode-xid] version = "0.2.2" [features] default = ["std"] std = ["num-format"]