[package] name = "margin-trade" version = "0.1.0" description = "Created with Anchor" edition = "2021" [lib] crate-type = ["cdylib", "lib"] name = "margin_trade" doctest = false [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] test-bpf = [] [dependencies] anchor-lang = { version = "0.24.2", features = [] } anchor-spl = "0.24.2" solana-program = "1.9.13"