libecvrf-k256 1.1.4

A fork of libecvrf use k256 implementation
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"
name = "libecvrf-k256"
version = "1.1.4"
authors = []
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fork of libecvrf use k256 implementation"
readme = "README.md"
keywords = [
    "vrf",
    "ecvrf",
    "libecvrf",
    "randomness",
    "rng",
]
categories = [
    "no-std",
    "cryptography",
    "algorithms",
]
license = "Apache-2.0"

[package.metadata]
fork_from = "libecvrf"
fork_from_repository = "https://github.com/orochi-network/orochimaru"

[features]
default = ["no_std"]
no_std = []
std = []

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

[dependencies.k256]
version = "0.13"
features = [
    "arithmetic",
    "serde",
]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tiny-keccak]
version = "2.0.2"
features = ["keccak"]
default-features = false