# 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_pos" version = "2.0.3" authors = ["James Hoerr"] description = "Proof of Space library for the Chia Blockchain" homepage = "https://github.com/GalactechsLLC/dg_xch_utils" license = "Apache-2.0" repository = "https://github.com/GalactechsLLC/dg_xch_utils" [[bench]] name = "compression" harness = false [dependencies.async-trait] version = "0.1.77" [dependencies.blake3] version = "1.5.0" [dependencies.dg_xch_core] version = "2.0.3" default-features = false [dependencies.dg_xch_serialize] version = "2.0.3" [dependencies.futures-util] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.153" [dependencies.log] version = "0.4.20" [dependencies.num-traits] version = "0.2.18" [dependencies.once_cell] version = "1.19.0" [dependencies.oneshot] version = "0.1.6" [dependencies.parking_lot] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.1" [dependencies.rustc-hash] version = "1.1.0" [dependencies.sha2] version = "0.10.8" [dependencies.simple_logger] version = "4.3.3" [dependencies.tokio] version = "1.36.0" features = [ "rt-multi-thread", "sync", "signal", "macros", "process", "time", "fs", "net", "io-util", ] [dependencies.windows-sys] version = "0.52.0" features = ["Win32_Storage_FileSystem"] [dev-dependencies.criterion] version = "0.5.1" features = ["stable"]