cttps 0.1.1

Reference implementation for the CTTPS protocol
Documentation
# 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 = "2024"
name = "cttps"
version = "0.1.1"
authors = ["Saso Ahmed"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reference implementation for the CTTPS protocol"
readme = false
license = "Apache-2.0"

[lib]
name = "cttps"
path = "src/lib.rs"

[[bin]]
name = "cttps"
path = "src/main.rs"

[dependencies.byteorder]
version = "1.5"

[dependencies.ring]
version = "0.17"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]