# 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 = "orao-solana-vrf" version = "0.4.0" authors = ["ORAO Devs "] description = "ORAO Verifiable Random Function for Solana." homepage = "https://orao.network" readme = "README.md" keywords = [ "solana", "vrf", "ed25519", "anchor", ] license = "Apache-2.0" repository = "https://github.com/orao-network/solana-vrf" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anchor-client] version = "0.29.0" features = ["async"] optional = true [dependencies.anchor-lang] version = "0.29.0" [dependencies.anchor-spl] version = "0.29.0" [dependencies.ed25519-dalek] version = "1.0.1" optional = true [dependencies.thiserror] version = "1" optional = true [dependencies.tokio] version = "1" optional = true [dev-dependencies.anchor-client] version = "0.29.0" features = ["debug"] [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"] no-entrypoint = [] no-idl = [] no-log-ix-name = [] sdk = [ "no-entrypoint", "anchor-client", "ed25519-dalek", "tokio", "thiserror", ]