# 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 = "slip44" version = "0.1.4" authors = ["Alexey Shekhirin "] description = "Mapping between SLIP-0044 coin types and the associated metadata.\n" homepage = "https://docs.rs/slip44" documentation = "https://docs.rs/slip44" readme = "README.md" keywords = ["web3", "cryptocurrency"] license = "MIT" repository = "https://github.com/shekhirin/slip44" [[bin]] name = "parse-coins" path = "src/bin/parse_coins.rs" required-features = ["parse-coins"] [dependencies.itertools] version = "0.10.1" optional = true [dependencies.reqwest] version = "0.11.4" features = ["blocking"] optional = true [features] parse-coins = ["itertools", "reqwest"]