tribewarez-staking 0.3.2

PTtC Staking Program for Tribewarez DeFi with tensor network support
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"
name = "tribewarez-staking"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PTtC Staking Program for Tribewarez DeFi with tensor network support"
homepage = "https://defi.tribewarez.com"
documentation = "https://docs.rs/tribewarez-staking"
readme = "README.md"
keywords = [
    "solana",
    "anchor",
    "tribewarez",
    "staking",
    "defi",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT"
repository = "https://github.com/TribeWarez/tribe"

[features]
cpi = ["no-entrypoint"]
default = []
no-entrypoint = []
no-idl = []
no-log-ix-name = []

[lib]
name = "tribewarez_staking"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

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

[dependencies.anchor-lang]
version = "0.29"
features = ["init-if-needed"]

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

[dependencies.pot-o-core]
version = "0.2.0"

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

[lints.rust]
unexpected_cfgs = "allow"