const_str_to_pubkey 0.2.0

A crate that helps you derive constant Solana Pubkey with constant string
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 = "const_str_to_pubkey"
version = "0.2.0"
authors = ["Yan"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate that helps you derive constant Solana Pubkey with constant string"
documentation = "https://docs.rs/const_str_to_pubkey"
readme = "README.md"
keywords = [
    "Solana",
    "Anchor",
]
license = "WTFPL"
repository = "https://github.com/macaujack/const_str_to_pubkey"
resolver = "2"

[lib]
name = "const_str_to_pubkey"
path = "src/lib.rs"

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