[package]
name = "sidh"
version = "0.1.0"
authors = ["Erkan Tairi <erkan.tairi@gmail.com>"]
build = "build.rs"
exclude = [".gitignore", ".travis.yml", "appveyor.yml"]
description = "An efficient supersingular isogeny-based cryptography library."
homepage = "https://github.com/etairi/sidh-rs/"
documentation = "https://docs.rs/sidh"
readme = "README.md"
keywords = ["cryptography", "elliptic", "curve", "isogeny", "SIDH"]
categories = ["cryptography", "no-std"]
license = "MIT"
repository = "https://github.com/etairi/sidh-rs/"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "./rustdoc-include-katex-header.html"]
[profile.bench]
debug = true
[dependencies.quickcheck]
version = "0.5"
[dependencies.rand]
version = "0.3"
optional = true
[dependencies.subtle]
version = "^0.3"
default-features = false
[build-dependencies.cc]
version = "1.0.3"
[build-dependencies.rand]
version = "0.3"
[build-dependencies.subtle]
version = "^0.3"
[features]
bench = []
default = ["std"]
nightly = ["subtle/nightly"]
std = ["rand", "subtle/std"]
[badges.appveyor]
branch = "master"
repository = "sidh-rs"
service = "github"
[badges.travis-ci]
branch = "master"
repository = "etairi/sidh-rs"