# 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 = "bc-ur" version = "0.6.0" authors = ["Blockchain Commons"] description = "Uniform Resources (UR) for Rust." documentation = "https://docs.rs/bc-ur" readme = "README.md" keywords = [ "encoding", "cbor", "binary", "format", "serialization", ] categories = [ "data-structures", "encoding", ] license = "BSD-2-Clause-Patent" repository = "https://github.com/BlockchainCommons/bc-ur-rust" [dependencies.anyhow] version = "^1.0.0" [dependencies.dcbor] version = "^0.16.0" [dependencies.thiserror] version = "^1.0.48" [dependencies.ur] version = "^0.4.1" [dev-dependencies.version-sync] version = "^0.9.0"