# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "packetcrypt" version = "0.3.1" authors = ["Caleb James DeLisle "] description = "PacketCrypt proof of work algorithm\n" license = "LGPL-2.1-only OR LGPL-3.0-only" [dependencies.anyhow] version = "1.0" [dependencies.blake2b_simd] version = "0.5" [dependencies.bytes] version = "0.5" [dependencies.clap] version = "2.33" [dependencies.crossbeam-channel] version = "0.4" [dependencies.env_logger] version = "0.7" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1.13" [dependencies.packetcrypt-sys] version = "0.3" [dependencies.rand] version = "0.7" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.10" features = ["stream"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9" [dependencies.tokio] version = "0.2" features = ["macros", "sync", "fs"] default-features = false [dependencies.toml] version = "0.5" [dependencies.warp] version = "0.2" features = [] default-features = false [dev-dependencies.hex-literal] version = "0.3"