# 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 = "tcn" version = "0.4.1" authors = ["Henry de Valence "] description = "Reference implementation of the TCN protocol for decentralized contact tracing." license = "MIT" [dependencies.byteorder] version = "1" [dependencies.ed25519-zebra] version = "0.2.2" [dependencies.rand_core] version = "0.5" [dependencies.sha2] version = "0.8" [dependencies.thiserror] version = "1" [dev-dependencies.hex] version = "0.4" [dev-dependencies.rand] version = "0.7" [dev-dependencies.rand_chacha] version = "0.2"