# 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 = "SQUICD" version = "0.1.1" authors = ["politrons"] description = "Squicd is a Domain-Specific Language (DSL) in Rust designed to simplify the creation of QUIC-based servers and clients for message passing." homepage = "https://github.com/politrons/FunctionalRust/tree/main/SQUICD" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/politrons/FunctionalRust/tree/main/SQUICD" [[bin]] name = "client" path = "src/bin/client_main.rs" [dependencies.env_logger] version = "0.11.5" [dependencies.flate2] version = "1.0" [dependencies.log] version = "0.4.22" [dependencies.mio] version = "0.8" features = [ "net", "os-poll", ] [dependencies.quiche] version = "0.22.0" [dependencies.rand] version = "0.9.0-alpha.2" [dependencies.ring] version = "0.17.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "0.11" [dependencies.url] version = "2.5.2"