# 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 = "static-dh-ecdh" version = "0.1.1" authors = ["Twitter: @npashi "] description = "Pure Rust implementations of static Diffie-Hellman and elliptic curve Diffie-Hellman key-exchange." homepage = "https://github.com/nihalpasham/static-dh-ecdh.git" documentation = "https://docs.rs/static-dh-ecdh" readme = "README.md" keywords = ["ecdh", "dh", "keyexchange", "crypto", "ecdsa"] categories = ["cryptography", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/nihalpasham/static-dh-ecdh.git" [dependencies.elliptic-curve] version = "0.8.4" [dependencies.generic-array] version = "0.14" default-features = false [dependencies.num-bigint-dig] version = "0.6.1" [dependencies.num-traits] version = "0.2.14" [dependencies.p256] version = "0.7.1" features = ["ecdsa"] [dependencies.p384] version = "0.6.1" [dependencies.rand] version = "0.7" [dependencies.rand_chacha] version = "0.3.0" [dependencies.sha2] version = "0.9.2"