# 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.1.1" authors = ["Yan"] 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" [dependencies.solana-program] version = "1.18.4"