# 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 = "ur" version = "0.4.1" authors = ["Dominik Spicher "] description = "A Rust implementation of Uniform Resources" readme = "README.md" license = "MIT" repository = "https://github.com/dspicher/ur-rs/" [dependencies.bitcoin_hashes] version = "0.12" default-features = false [dependencies.crc] version = "3" [dependencies.minicbor] version = "0.19" features = ["alloc"] [dependencies.phf] version = "0.11" features = ["macros"] default-features = false [dependencies.rand_xoshiro] version = "0.6" [dev-dependencies.hex] version = "0.4" [dev-dependencies.qrcode] version = "0.12" default-features = false [features] default = ["std"] std = []