rustcrypto-group 0.14.0-rc.0

Elliptic curve group traits and utilities
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 = "2021"
rust-version = "1.85"
name = "rustcrypto-group"
version = "0.14.0-rc.0"
authors = [
    "Sean Bowe <ewillbefull@gmail.com>",
    "Jack Grigg <jack@z.cash>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Elliptic curve group traits and utilities"
homepage = "https://github.com/RustCrypto/group"
documentation = "https://docs.rs/rustcrypto-group/"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/RustCrypto/group"

[badges.maintenance]
status = "actively-developed"

[features]
alloc = []
default = ["alloc"]
tests = [
    "alloc",
    "chacha20",
    "rand",
]
wnaf-memuse = [
    "alloc",
    "memuse",
]

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

[dependencies.chacha20]
version = "0.10.0-rc.10"
features = ["rng"]
optional = true
default-features = false

[dependencies.ff]
version = "0.14.0-rc.0"
default-features = false
package = "rustcrypto-ff"

[dependencies.memuse]
version = "0.2"
optional = true

[dependencies.rand]
version = "0.10.0-rc.8"
optional = true
default-features = false

[dependencies.rand_core]
version = "0.10"
default-features = false

[dependencies.subtle]
version = "2.2.1"
default-features = false