agsol-common 0.2.2

Common utilities to make development on Solana easier.
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 = "agsol-common"
version = "0.2.2"
authors = ["Agora DAO <mark@gold.xyz>"]
description = "Common utilities to make development on Solana easier."
keywords = ["web3", "solana"]
license = "MIT"
repository = "https://github.com/agoraxyz/agora-solana"
[dependencies.agsol-common-derive]
version = "0.0.1"
optional = true

[dependencies.borsh]
version = "0.9.0"

[dependencies.borsh-derive]
version = "0.9.0"

[dependencies.solana-program]
version = "1.9.0"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.agsol-common-derive]
version = "0.0.1"

[features]
derive = ["agsol-common-derive"]