# 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 = "tmelcrypt" version = "0.2.7" authors = ["Themelio Labs"] description = "Collection of cryptographic utilities for Themelio" license = "ISC" repository = "https://github.com/themeliolabs/themelio-utils" [dependencies.arbitrary] version = "1.0.3" features = ["derive"] [dependencies.arrayref] version = "0.3.6" [dependencies.base32] version = "0.4.0" [dependencies.blake3] version = "1.2.0" [dependencies.ed25519-consensus] version = "1" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.14" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde-big-array] version = "0.3.2" [dependencies.stdcode] version = "0.1.11"