# 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 = "cronos-indexer" version = "0.0.1" description = "Create an on-chain list of accounts" homepage = "https://github.com/cronos-so/cronos/tree/main/programs/indexer" documentation = "https://cronos.so" readme = "./README.md" license = "ISC" repository = "https://github.com/cronos-so/cronos" [lib] name = "cronos_indexer" crate-type = ["cdylib", "lib"] [dependencies.anchor-lang] version = "0.20.1" [features] cpi = ["no-entrypoint"] no-entrypoint = []