# 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 = "sol-did-cpi" version = "0.0.1" include = [ "src/**/*", "README.md", "LICENSE", "idl.json", ] description = "CPI helpers for the Sol-DID program" readme = "README.md" license-file = "LICENSE" [dependencies.anchor-gen] version = "0.3.1" [dependencies.anchor-lang] version = ">=0.20" [features] cpi = ["no-entrypoint"] default = ["cpi"] no-entrypoint = [] no-idl = [] no-log-ix-name = []