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