# 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] name = "mix_link" version = "0.1.0" authors = ["David Stainton "] description = "message oriented noise based cryptographic link layer for mixnets" homepage = "https://github.com/sphinx-cryptography/mix_link" documentation = "https://docs.rs/mix_link/" readme = "README.md" keywords = ["cryptography", "noise", "network", "mixnet", "link-layer"] license = "AGPL-3.0-only" repository = "https://github.com/sphinx-cryptography/mix_link" [dependencies.byteorder] version = "1.2.2" [dependencies.ecdh_wrapper] version = "0.0.9" [dependencies.snow] version = "0.7.2" features = ["hfs", "pqclean_kyber1024"] [dependencies.sphinxcrypto] version = "0.1.0" [dependencies.subtle] version = "2.4.0" [dev-dependencies.hex] version = "0.3.2" [dev-dependencies.rand] version = "^0.4.2" [dev-dependencies.rustc-serialize] version = "0.3.24" [dev-dependencies.serde] version = "1.0.94" [dev-dependencies.serde_derive] version = "1.0.94" [dev-dependencies.serde_json] version = "1.0.40" [features] nightly = ["subtle/nightly"] std = ["subtle/std"]