# 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 = "2018" name = "index-program" version = "0.1.12" description = "Virtual namespaces for indexing Solana accounts on-chain" homepage = "https://github.com/faktorfi/programs/tree/main/programs/index" documentation = "https://faktor.finance" readme = "./README.md" license = "ISC" repository = "https://github.com/faktorfi/programs" [lib] name = "index_program" crate-type = ["cdylib", "lib"] [dependencies.anchor-lang] version = "0.19.0" [features] cpi = ["no-entrypoint"] no-entrypoint = []