# 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 = "credix_client" version = "0.9.1" description = "Crate to help perform CPI calls to the Credix program" documentation = "https://docs.rs/credix_client" readme = "README.md" license = "GPL-3.0-or-later" resolver = "1" [lib] name = "credix_client" crate-type = [ "cdylib", "lib", ] doctest = false [dependencies.anchor-gen] version = "0.3.1" [dependencies.anchor-lang] version = "0.26.0" [dependencies.rust_decimal] version = "1.28.0" [features] cpi = ["no-entrypoint"] default = [ "cpi", "localnet", ] demo = [] devnet = [] localnet = [] mainnet = [] no-entrypoint = [] no-idl = [] pre-mainnet = [] test-bpf = []