# 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 = "triad-protocol" version = "0.1.4" description = "Triad protocol, trade solana projects" license = "ISC" [lib] name = "triad_protocol" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.30.1" features = ["init-if-needed"] [dependencies.anchor-spl] version = "0.30.1" [dependencies.bytemuck] version = "1.4.0" [dependencies.spl-token-metadata-interface] version = "0.3.3" [dependencies.spl-type-length-value] version = "0.4.3" [features] cpi = ["no-entrypoint"] default = [] idl-build = [ "anchor-lang/idl-build", "anchor-spl/idl-build", ] no-entrypoint = [] no-idl = [] no-log-ix-name = []