# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "sidh" version = "0.2.3" authors = ["Erkan Tairi "] build = "build.rs" exclude = [".gitignore", ".travis.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", "katex-header.html"] [profile.bench] debug = true [dependencies.heapless] version = "^0.7.7" [dependencies.quickcheck] version = "^1.0" [dependencies.rand] version = "^0.8.0" default-features = false [dependencies.rand_core] version = "^0.6" default-features = false [dependencies.subtle] version = "^2.4.1" default-features = false [build-dependencies.cc] version = "^1.0.71" [build-dependencies.rand] version = "^0.8.0" [build-dependencies.subtle] version = "^2.4.1" [features] bench = [] default = ["std"] nightly = ["subtle/nightly"] std = ["rand/std", "subtle/std", "rand_core/std"] [badges.appveyor] branch = "master" repository = "etairi/sidh-rs" service = "github" [badges.travis-ci] branch = "master" repository = "etairi/sidh-rs"