# 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 = "hapi-core-solana" version = "0.3.0" authors = ["HAPI "] description = "Solana implementation of HAPI Protocol contract" homepage = "https://hapi.one" license-file = "LICENSE" repository = "https://github.com/HAPIprotocol/hapi-core" [lib] name = "hapi_core_solana" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.28.0" [dependencies.anchor-spl] version = "0.28.0" [dependencies.uuid] version = "1.3.4" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = []