# 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 = "pqkd" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Client pqkd" homepage = "https://www.quantumblockchains.io/" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/Quantum-Blockchains/pqkd-client-rust" [lib] name = "pqkd" path = "src/lib.rs" [[test]] name = "blocking_pqkd" path = "tests/blocking_pqkd.rs" [[test]] name = "blocking_qrng" path = "tests/blocking_qrng.rs" [[test]] name = "pqkd" path = "tests/pqkd.rs" [[test]] name = "qrng" path = "tests/qrng.rs" [dependencies.reqwest] version = "0.12.9" features = [ "json", "native-tls", "blocking", ] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "^1.0.132" [dependencies.thiserror] version = "1.0.65" [dependencies.tokio] version = "1.41.0" features = ["full"] [dependencies.url] version = "2.5.2" [dev-dependencies.httpmock] version = "0.7.0"