# 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 = "dalek" version = "0.0.0" authors = ["Isis Lovecruft ", "Henry de Valence "] exclude = [".gitignore"] description = "Meta-crate for dalek crypto packages." homepage = "https://code.ciph.re/isis/dalek" documentation = "https://docs.rs/dalek" keywords = ["cryptography", "curve25519", "elliptic", "curve", "ECC"] categories = ["cryptography", "no-std"] license = "CC0-1.0" repository = "https://github.com/isislovecruft/dalek" [dependencies.dalek-credentials] version = "^0.0" [dependencies.ed25519-dalek] version = "^0.3" [dependencies.dalek-rangeproofs] version = "^0.1" [dependencies.curve25519-dalek] version = "^0.9"