# 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 = "qls-proto-utils" version = "0.2.0" authors = ["filipton "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple crate for low-level protocol parsing (for now SNI and QUIC initial packet)" readme = "README.md" license = "MIT" repository = "https://github.com/filipton/qls-proto-utils" [lib] name = "qls_proto_utils" path = "src/lib.rs" [dependencies.aes] version = "0.8.4" default-features = false [dependencies.aes-gcm] version = "0.10.3" features = ["aes"] default-features = false [dependencies.hex-literal] version = "0.4.1" [dependencies.hkdf] version = "0.12.4" default-features = false [dependencies.sha2] version = "0.10.8" default-features = false