orao-solana-vrf 0.5.0

ORAO Verifiable Random Function for Solana.
[dependencies.anchor-client]
features = ["async"]
optional = true
version = "0.30.1"

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

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

[dependencies.bs58]
version = "0.4"

[dependencies.ed25519-dalek]
optional = true
version = "1.0.1"

[dependencies.thiserror]
optional = true
version = "1"

[dependencies.tokio]
optional = true
version = "1"

[dev-dependencies.anchor-client]
features = ["debug"]
version = "0.30.1"

[dev-dependencies.byteorder]
version = "1.4.3"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.solana-cli-config]
version = "1.18"

[features]
cpi = ["no-entrypoint"]
default = ["sdk"]
idl-build = ["anchor-lang/idl-build"]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
sdk = ["no-entrypoint", "anchor-client", "ed25519-dalek", "tokio", "thiserror"]

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

[package]
authors = ["ORAO Devs <hello@orao.network>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "ORAO Verifiable Random Function for Solana."
edition = "2021"
homepage = "https://orao.network"
keywords = ["solana", "vrf", "ed25519", "anchor"]
license = "Apache-2.0"
name = "orao-solana-vrf"
readme = "README.md"
repository = "https://github.com/orao-network/solana-vrf"
version = "0.5.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]