# 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 = "quic-rpc-wrap" version = "0.2.1" authors = ["mzdk100 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "quic-rpc库的高级封装" readme = "README.md" keywords = [ "rpc", "server", "client", "quic", "http3", ] license = "Apache-2.0/MIT" repository = "https://gitcode.com/mzdk100/quic-rpc-wrap.git" [[bin]] name = "cargo-server-cert" path = "tools/server_cert.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.quic-rpc-utils] version = "0.2.1" features = ["quinn"]