ecrust 0.1.1

Umbrella crate re-exporting the ecrust field, curve, isogeny, and protocol crates.
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"
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 = "Umbrella crate re-exporting the ecrust field, curve, isogeny, and protocol crates."
homepage = "https://github.com/rustnumb/ecrust"
documentation = "https://docs.rs/ecrust"
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",
]

[features]
default = [
    "fp",
    "ec",
    "isogeny",
    "protocol",
]
ec = [
    "dep:ec",
    "fp",
]
fp = ["dep:fp"]
isogeny = [
    "dep:isogeny",
    "ec",
]
protocol = [
    "dep:protocol",
    "ec",
]

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

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

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

[dependencies.isogeny]
version = "0.1.1"
optional = true
package = "ecrust-isogeny"

[dependencies.protocol]
version = "0.1.1"
optional = true
package = "ecrust-protocol"