# 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 = "trin-utils" version = "0.1.1-alpha.1" authors = ["https://github.com/ethereum/trin/graphs/contributors"] build = "build.rs" description = "Utils library for Trin." readme = "README.md" keywords = [ "ethereum", "portal-network", ] categories = ["cryptography::cryptocurrencies"] license = "GPL-3.0" repository = "https://github.com/ethereum/trin/tree/main/trin-utils" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.40" [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15" [target."cfg(not(windows))".dependencies.atty] version = "0.2.14" [target."cfg(windows)".dependencies.ansi_term] version = "0.12"