shine-solana/shine/programs/shine_users/Cargo.toml

31 lines
571 B
TOML

[package]
name = "shine_users"
version = "0.1.0"
description = "User registration smart contract"
edition = "2021"
[lib]
crate-type = ["cdylib", "lib"]
name = "shine_users"
test = false
doctest = false
bench = false
[dependencies]
anchor-lang = "0.31.1"
common = { path = "../common" }
ed25519-dalek = { version = "1.0.1", default-features = false, features = ["u64_backend"] }
sha2 = "0.10"
[features]
default = []
no-entrypoint = []
no-idl = []
no-log-ix-name = []
anchor-debug = []
custom-heap = []
custom-panic = []
cpi = []
idl-build = ["anchor-lang/idl-build"]