NT-serum-swap 0.4.6

Swap on the Serum DEX
Documentation
[dependencies.NT-anchor-lang]
version = "0.19.0"

[dependencies.NT-anchor-spl]
features = ["dex"]
version = "=0.19.2"

[dependencies.solana-program]
version = "1.8.5"

[features]
cpi = ["no-entrypoint"]
default = []
no-entrypoint = []
no-idl = []

[lib]
crate-type = ["cdylib", "lib"]
name = "serum_swap"

[package]
authors = ["Serum Foundation"]
description = "Swap on the Serum DEX"
edition = "2018"
license = "Apache-2.0"
name = "NT-serum-swap"
repository = "https://github.com/NovaFi/swap"
version = "0.4.6"
[profile.release]
codegen-units = 1
lto = "fat"

[profile.release.build-override]
codegen-units = 1
incremental = false
opt-level = 3