# 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" rust-version = "1.70" name = "ptrs" version = "0.1.0" authors = ["Jack Wampler "] description = "Interdaces and utilities supporting pluggable transport implementations" readme = "README.md" keywords = [ "tor", "censorship", "pluggable", "transports", ] categories = [ "network-programming", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jmwample/ptrs" [lib] name = "ptrs" crate-type = [ "cdylib", "rlib", ] [dependencies.futures] version = "0.3.30" [dependencies.itertools] version = "0.12.1" [dependencies.subtle] version = "2.5.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.0" [dev-dependencies.serial_test] version = "3.0.0" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] debug = [] default = []