# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tapir-cwtch" version = "0.1.11" authors = ["Sarah Jamie Lewis "] description = "Tapir is a small library for building p2p applications over anonymous communication systems" license = "MIT" repository = "https://git.openprivacy.ca/sarah/tapir-rs" [[test]] name = "simple_setup" [dependencies.base32] version = "0.4.0" [dependencies.base64] version = "0.13.0" [dependencies.byteorder] version = "1.3.4" [dependencies.curve25519-dalek] version = "3.0.0" [dependencies.ed25519-dalek] version = "1.0.1" features = ["serde"] [dependencies.hashbrown] version = "0.9.1" [dependencies.hex] version = "0.4.2" [dependencies.integer-encoding] version = "2.1.1" [dependencies.merlin] version = "2.0.0" [dependencies.rand] version = "0.7.3" [dependencies.secretbox] version = "0.1.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.61" [dependencies.sha1] version = "0.6.0" [dependencies.sha3] version = "0.9.1" [dependencies.socks] version = "0.3.3" [dependencies.subtle] version = "2.3.0" [dependencies.which] version = "4.0.2" [dependencies.x25519-dalek] version = "1.1" [features] onionv3 = []