[package] name = "NT-serum-swap" version = "0.4.6" edition = "2018" license = "Apache-2.0" description = "Swap on the Serum DEX" authors = ["Serum Foundation"] repository = "https://github.com/NovaFi/swap" [lib] crate-type = ["cdylib", "lib"] name = "serum_swap" [features] no-entrypoint = [] no-idl = [] cpi = ["no-entrypoint"] default = [] #path="/Users/karima/projectsSQOIN/swap/spl", [dependencies] NT-anchor-lang = "0.19.0" NT-anchor-spl = { version = "=0.19.2", features = ["dex"] } solana-program = "1.8.5" [profile.release] lto = "fat" codegen-units = 1 [profile.release.build-override] opt-level = 3 incremental = false codegen-units = 1