# 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 = "chronos-program" version = "0.0.1" description = "Created with Anchor" homepage = "https://github.com/chronos-so/chronos/tree/main/programs/chronos" documentation = "https://chronos.so" readme = "./README.md" license = "ISC" repository = "https://github.com/chronos-so/chronos" [lib] name = "chronos_program" crate-type = ["cdylib", "lib"] [dependencies.anchor-lang] version = "0.20.1" [dependencies.chronos-indexer] version = "0.0.1" features = ["cpi"] [dependencies.solana-program] version = "1.7.12" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = []