# 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 = "traction" version = "0.2.0" authors = ["Isaac Newton "] description = "Solana program for issuing American options." homepage = "https://traction.market" keywords = ["solana", "options", "traction", "american"] license = "AGPL-3.0" repository = "https://github.com/tractiondao/traction" [lib] name = "traction" crate-type = ["cdylib", "lib"] [dependencies.anchor-lang] version = ">=0.17.0" [dependencies.anchor-spl] version = ">=0.17.0" [dependencies.crate-token] version = "0.3.1" features = ["cpi"] [dependencies.num-traits] version = "0.2" [dependencies.spl-associated-token-account] version = "1.0.3" features = ["no-entrypoint"] [dependencies.static-pubkey] version = "1.0.2" [dependencies.vipers] version = "^1.5.3" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = []