# 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 = "2018" name = "qjsonrpc" version = "0.5.0" authors = ["bochaco "] description = "JSON-RPC over QUIC comm" readme = "README.md" keywords = ["quic"] license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/qjsonrpc" [lib] path = "src/lib.rs" [[example]] name = "ping" [dependencies.log] version = "~0.4.17" [dependencies.quinn] version = "0.9.3" features = [ "tls-rustls", "ring", ] default-features = false [dependencies.quinn-proto] version = "0.9.2" [dependencies.rand] version = "0.8.5" [dependencies.rcgen] version = "~0.10.0" [dependencies.rustls] version = "0.20.8" features = [ "quic", "dangerous_configuration", ] default-features = false [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.thiserror] version = "1.0.38" [dependencies.url] version = "2.3.1" [dependencies.webpki] version = "~0.22.0" [dev-dependencies.assert_fs] version = "~1.0" [dev-dependencies.color-eyre] version = "~0.6" [dev-dependencies.quinn] version = "0.9.3" features = [ "tls-rustls", "ring", "runtime-tokio", ] default-features = false [dev-dependencies.tempfile] version = "3.4" [dev-dependencies.tokio] version = "1.26.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing] version = "~0.1.37" [dev-dependencies.tracing-subscriber] version = "~0.3.16" features = ["env-filter"]