pda-counter 0.1.1

A minimal Solana smart contract using Anchor to demonstrate PDA-based counter logic.
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 = "pda-counter"
version = "0.1.1"
authors = ["Adarsh adarshtechjob@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal Solana smart contract using Anchor to demonstrate PDA-based counter logic."
homepage = "https://github.com/Webrowse/pda_counter"
readme = "README.md"
keywords = [
    "solana",
    "anchor",
    "pda",
    "rust",
]
categories = [
    "cryptography::cryptocurrencies",
    "wasm",
    "no-std",
]
license = "MIT"
repository = "https://github.com/webrowse/pda_counter"

[features]
anchor-debug = []
cpi = ["no-entrypoint"]
custom-heap = []
custom-panic = []
default = []
idl-build = ["anchor-lang/idl-build"]
no-entrypoint = []
no-idl = []
no-log-ix-name = []

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

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(target_os, values("solana"))']