entropy-rng-api 0.1.1

API for interacting with the Entropy RNG program on Solana
Documentation
[dependencies.bytemuck]
version = "1.14"

[dependencies.num_enum]
version = "0.7"

[dependencies.solana-program]
version = "^2.1"

[dependencies.steel]
features = ["spl"]
version = "4.0.2"

[dependencies.thiserror]
version = "1.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "API for interacting with the Entropy RNG program on Solana"
documentation = "https://docs.rs/entropy-rng-api"
edition = "2021"
homepage = "https://oil.supply/entropy"
keywords = ["solana", "entropy", "rng", "random", "blockchain"]
license = "Apache-2.0"
name = "entropy-rng-api"
publish = true
readme = "README.md"
repository = "https://github.com/oil-protocol/entropy-rng"
version = "0.1.1"