# 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 = "foundation-ur" version = "0.4.0" authors = [ "Dominik Spicher ", "Foundation Devices, Inc. ", ] description = """ Implementation of Blockchain Common's Uniform Resources (UR) standard, with static memory allocation for embedded devices while also allowing to use dynamic memory allocation for platforms with more resources. """ homepage = "https://github.com/Foundation-Devices/foundation-rs" license = "MIT" [dependencies.bitcoin_hashes] version = "0.15" default-features = false [dependencies.crc] version = "3" [dependencies.heapless] version = "0.8" default-features = false [dependencies.itertools] version = "0.10" default-features = false [dependencies.minicbor] version = "0.24" features = ["derive"] [dependencies.phf] version = "0.11" features = ["macros"] default-features = false [dependencies.rand_xoshiro] version = "0.6" [dev-dependencies.faster-hex] version = "0.9" features = ["alloc"] default-features = false [features] alloc = ["minicbor/alloc"] default = ["std"] std = ["alloc"]