alea-sdk 0.1.0

CPI crate for Alea — drand BN254 BLS randomness verifier on Solana
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.79"
name = "alea-sdk"
version = "0.1.0"
authors = ["Alea contributors <https://github.com/alea-drand/alea>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CPI crate for Alea — drand BN254 BLS randomness verifier on Solana"
homepage = "https://alea.so"
documentation = "https://docs.rs/alea-sdk"
readme = "README.md"
keywords = [
    "solana",
    "drand",
    "randomness",
    "bls",
    "bn254",
]
categories = ["cryptography"]
license = "Apache-2.0"
repository = "https://github.com/alea-drand/alea"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
targets = ["x86_64-unknown-linux-gnu"]

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

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

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

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

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

[dependencies.alea-verifier]
version = "=0.1.0"
features = ["cpi"]

[dependencies.anchor-lang]
version = "=0.30.1"

[dev-dependencies.bincode]
version = "=1.3.3"

[dev-dependencies.hex-literal]
version = "0.4"

[dev-dependencies.solana-client]
version = "=1.18.26"

[dev-dependencies.solana-sdk]
version = "=1.18.26"

[dev-dependencies.solana-transaction-status]
version = "=1.18.26"