mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Reformat dependencies, add docs.rs metadata
This commit is contained in:
parent
48fa313e97
commit
65f94124f4
1 changed files with 7 additions and 9 deletions
16
Cargo.toml
16
Cargo.toml
|
|
@ -19,16 +19,14 @@ exclude = [
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "dalek-cryptography/x25519-dalek", branch = "master"}
|
travis-ci = { repository = "dalek-cryptography/x25519-dalek", branch = "master"}
|
||||||
|
|
||||||
[dependencies.curve25519-dalek]
|
[package.metadata.docs.rs]
|
||||||
version = "1"
|
rustdoc-args = ["--html-in-header", ".cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-0.13.2/rustdoc-include-katex-header.html"]
|
||||||
default-features = false
|
features = ["nightly"]
|
||||||
|
|
||||||
[dependencies.rand_core]
|
[dependencies]
|
||||||
default-features = false
|
curve25519-dalek = { version = "1", default-features = false }
|
||||||
version = "0.3"
|
rand_core = { version = "0.3", default-features = false }
|
||||||
|
clear_on_drop = { version = "0.2" }
|
||||||
[dependencies.clear_on_drop]
|
|
||||||
version = "0.2"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = "0.2"
|
criterion = "0.2"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue