ecrust-isogeny 0.1.1

Isogeny abstractions and scaffolding for the ecrust ecosystem.
Documentation
# 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]
edition = "2024"
rust-version = "1.85"
name = "ecrust-isogeny"
version = "0.1.1"
authors = [
    "Gustavo Banegas <gustavo.souza-banegas@inria.fr>",
    "Martin Azon <martin.azon-y-trell@inria.fr>",
    "Sam Frengley <samuel.frengley@inria.fr>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Isogeny abstractions and scaffolding for the ecrust ecosystem."
homepage = "https://github.com/rustnumb/ecrust"
documentation = "https://docs.rs/ecrust-isogeny"
readme = "README.md"
keywords = [
    "cryptography",
    "elliptic-curve",
    "finite-field",
    "isogeny",
    "rust",
]
license = "Apache-2.0"
repository = "https://github.com/rustnumb/ecrust"
resolver = "2"

[package.metadata.docs.rs]
rustdoc-args = [
    "--html-in-header",
    "katex-header.html",
]

[lib]
name = "isogeny"
path = "src/lib.rs"

[[test]]
name = "isogeny_tests"
path = "tests/isogeny_tests.rs"

[dependencies.crypto-bigint]
version = "0.7.3"

[dependencies.ec]
version = "0.1.1"
package = "ecrust-ec"

[dependencies.fp]
version = "0.1.1"
package = "ecrust-fp"