# 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 = "contact-tracing" version = "0.2.1" authors = ["Armin Ronacher "] description = "Implementation of the apple/google contact tracing protocol" homepage = "https://github.com/mitsuhiko/proximity-tracing" documentation = "https://docs.rs/contact-tracing" readme = "README.md" keywords = ["covid-19", "contact-tracing"] license = "Apache-2.0" repository = "https://github.com/mitsuhiko/proximity-tracing" [package.metadata.docs.rs] all-features = true [dependencies.base64_] version = "0.12.0" optional = true package = "base64" [dependencies.bytes] version = "0.5.4" [dependencies.chrono] version = "0.4.11" optional = true [dependencies.derive_more] version = "0.99.5" [dependencies.hkdf] version = "0.8.0" [dependencies.hmac] version = "0.7.1" [dependencies.rand] version = "0.7.3" [dependencies.serde_] version = "1.0.106" optional = true package = "serde" [dependencies.sha2] version = "0.8.1" [features] base64 = ["base64_"] default = ["chrono"] serde = ["base64", "serde_"]