# 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 = "dg_xch_puzzles" version = "2.0.3" authors = ["James Hoerr"] description = "Core library for working with CLVM puzzles" homepage = "https://github.com/GalactechsLLC/dg_xch_utils" license = "Apache-2.0" repository = "https://github.com/GalactechsLLC/dg_xch_utils" [dependencies.blst] version = "0.3.11" features = ["portable"] [dependencies.dg_xch_core] version = "2.0.3" default-features = false [dependencies.dg_xch_serialize] version = "2.0.3" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.num-bigint] version = "0.4.4" [dependencies.num-integer] version = "0.1.46" [dependencies.num-traits] version = "0.2.18" [dependencies.tokio] version = "1.36.0" features = [ "rt-multi-thread", "sync", "signal", "macros", "process", "time", "fs", "net", ]