# 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 = "solana-readonly-account" version = "2.0.0" include = [ "/src", "/README.md", ] description = "Readonly solana account field getter traits extendable for both on-chain and off-chain structs" readme = "README.md" keywords = [ "sanctum", "solana", "account", "generics", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/igneous-labs/sanctum-solana-utils.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.solana-program] version = ">=1" optional = true [dependencies.solana-sdk] version = ">=1" optional = true [dev-dependencies.solana-program] version = ">=1.18" [dev-dependencies.spl-token-2022] version = ">=0.1.0" features = ["no-entrypoint"] [features] default = [] keyed = ["dep:solana-program"] keyed-bytes = [] solana-program = ["dep:solana-program"] solana-pubkey = ["dep:solana-program"] solana-sdk = ["dep:solana-sdk"]