# 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 = "world_id" version = "0.1.0" authors = ["Simon Heath "] description = "An experiment in creating a distributed PKI." readme = "README.md" keywords = ["ipfs", "crypto", "cryptography", "pki", "public-key"] categories = ["cryptography", "authentication", "network-programming"] license = "Apache-2.0 OR MIT" repository = "https://github.com/icefoxen/world_id" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.ipfs-api] version = "0.4.0-alpha.3" [dependencies.pem] version = "0.5" [dependencies.ring] version = "0.13.0-alpha" [dependencies.serde] version = "1" [dependencies.serde_cbor] version = "0.8" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio-core] version = "0.1" [dependencies.untrusted] version = "0.6" [badges.maintenance] status = "experimental"